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 6722eaf commit fd63ec2Copy full SHA for fd63ec2
.github/workflows/test.yml
@@ -204,8 +204,8 @@ jobs:
204
if: endsWith(matrix.python-version, 't')
205
run: |
206
uv python install ${{ matrix.python-version }}
207
- uv venv --python ${{ matrix.python-version }} ../.venv
208
- . .venv/bin/activate
+ uv venv --python ${{ matrix.python-version }} ../venv
+ . ../venv/bin/activate
209
echo "PATH=$PATH" >> $GITHUB_ENV
210
uv pip install pip
211
- name: Display Python version
0 commit comments