Skip to content

Commit baf6244

Browse files
committed
ci: github actions uses tox uv
1 parent fbf0cf6 commit baf6244

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/tox_matrix.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,12 @@ jobs:
4141
cache: 'pip' # caching pip dependencies
4242
- name: Install requirements
4343
run: |
44-
pip install wheel
45-
pip install tox --constraint requirements-dev.txt
44+
pip install uv
4645
- uses: actions/github-script@v7
4746
id: tox-env
4847
with:
4948
result-encoding: string
5049
script: |
5150
return "py${{matrix.python-version}}".replace('.','')
5251
- name: Run tox
53-
run: tox -e ${{steps.tox-env.outputs.result}} -vvv
54-
env:
55-
PIP_EXTRA_INDEX_URL: ${{vars.PIP_EXTRA_INDEX_URL}}
52+
run: uv run --only-group=tox-uv --frozen tox -e ${{steps.tox-env.outputs.result}} --runner uv-venv-lock-runner -vvv

0 commit comments

Comments
 (0)