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 d28496d commit 4da8474Copy full SHA for 4da8474
.github/workflows/test.yml
@@ -207,7 +207,6 @@ jobs:
207
uv venv --python ${{ matrix.python-version }} ../.venv
208
. .venv/bin/activate
209
echo "PATH=$PATH" >> $GITHUB_ENV
210
- echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> $GITHUB_ENV
211
uv pip install pip
212
- name: Display Python version
213
run: python -c "import sys; print(sys.version)"
0 commit comments