Skip to content

Commit a23f9b9

Browse files
committed
venv fix
1 parent 755c3d3 commit a23f9b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/frontend_profiling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: steps.changes.outputs.should_run == 'true'
6666
run: |
6767
export PATH="$HOME/.cargo/bin:$PATH"
68-
uv venv venv --python=3.10
68+
uv venv --allow-existing venv --python=3.10
6969
. venv/bin/activate
7070
uv pip install -e client/python
7171
uv pip install -e ".[oauth,mcp]"
@@ -100,7 +100,7 @@ jobs:
100100
if: steps.changes.outputs.should_run == 'true'
101101
run: |
102102
export PATH="$HOME/.cargo/bin:$PATH"
103-
uv venv venv --python=3.10
103+
uv venv --allow-existing venv --python=3.10
104104
. venv/bin/activate
105105
uv pip install -e client/python
106106
uv pip install -e ".[oauth,mcp]"

0 commit comments

Comments
 (0)