Skip to content

Commit 024fe58

Browse files
committed
Clean up Poetry environments at end of manage-cookie update
1 parent 3cb4ee6 commit 024fe58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cookie_python/manage/update.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,4 @@ def update_action(repo: RepoSandbox) -> None:
134134
repo.logger.info(f"Updated {actions_str}")
135135
repo.commit_changes(message)
136136
repo.open_pr(message)
137+
repo.run(["poetry", "env", "remove", "--all"], check=False)

0 commit comments

Comments
 (0)