We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
manage-cookie update
1 parent 3cb4ee6 commit 024fe58Copy full SHA for 024fe58
cookie_python/manage/update.py
@@ -134,3 +134,4 @@ def update_action(repo: RepoSandbox) -> None:
134
repo.logger.info(f"Updated {actions_str}")
135
repo.commit_changes(message)
136
repo.open_pr(message)
137
+ repo.run(["poetry", "env", "remove", "--all"], check=False)
0 commit comments