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.
1 parent b1edd94 commit 2bc5b49Copy full SHA for 2bc5b49
.circleci/config.yml
@@ -58,7 +58,7 @@ orbs:
58
name: Install dependencies
59
command: |
60
python3 -m pip install uv
61
- uv venv .venv
+ uv venv .venv --allow-existing
62
uv pip install -r requirements.txt
63
. .venv/bin/activate
64
- save_cache:
0 commit comments