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 04c4d30 commit 1ad263eCopy full SHA for 1ad263e
.github/workflows/test.yml
@@ -204,15 +204,13 @@ 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
209
- echo "PATH=$PATH" >> $GITHUB_ENV
210
- uv pip install pip
211
- name: Display Python version
212
run: python -c "import sys; print(sys.version)"
213
- name: Install tox
214
215
uv tool install tox --with=tox-gh-actions --with=tox-uv
+ env:
+ UV_PYTHON: ${{ matrix.python-version }}
216
- name: Show tox config
217
run: tox c
218
- name: Run tox
0 commit comments