Skip to content

fix(ci): use --allow-existing flag for uv venv#24

Merged
jeremyeder merged 1 commit intomainfrom
fix/ci-venv-caching
Feb 11, 2026
Merged

fix(ci): use --allow-existing flag for uv venv#24
jeremyeder merged 1 commit intomainfrom
fix/ci-venv-caching

Conversation

@jeremyeder
Copy link
Contributor

Summary

  • Fix CI failure when venv cache is restored by using --allow-existing flag

When the virtual environment cache is restored from a previous run, the .venv directory already exists. This causes uv venv to fail with an error. The --allow-existing flag allows uv to reuse or recreate the venv as needed.

Test plan

  • CI workflow passes on this PR

🤖 Generated with Claude Code

When the virtual environment cache is restored, the .venv directory
already exists, causing `uv venv` to fail. The --allow-existing flag
allows uv to reuse or recreate the venv as needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@jeremyeder jeremyeder merged commit 3689fd1 into main Feb 11, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant