We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755c3d3 commit a23f9b9Copy full SHA for a23f9b9
.github/workflows/frontend_profiling.yml
@@ -65,7 +65,7 @@ jobs:
65
if: steps.changes.outputs.should_run == 'true'
66
run: |
67
export PATH="$HOME/.cargo/bin:$PATH"
68
- uv venv venv --python=3.10
+ uv venv --allow-existing venv --python=3.10
69
. venv/bin/activate
70
uv pip install -e client/python
71
uv pip install -e ".[oauth,mcp]"
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
106
0 commit comments