Skip to content

Commit 2bc5b49

Browse files
authored
fix: uses -allow-existing to avoid prompt timeouts to allow venv to be reused (#215)
1 parent b1edd94 commit 2bc5b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ orbs:
5858
name: Install dependencies
5959
command: |
6060
python3 -m pip install uv
61-
uv venv .venv
61+
uv venv .venv --allow-existing
6262
uv pip install -r requirements.txt
6363
. .venv/bin/activate
6464
- save_cache:

0 commit comments

Comments
 (0)