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 ccc55c8 commit e27ad2eCopy full SHA for e27ad2e
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
check-latest: true
42
- name: Install Python requirements
43
run: |
44
- pip install --upgrade tox 'tox-uv<1.10.0' 'uv==0.2.21'
+ pip install --upgrade 'tox==4.16.0' 'tox-uv==1.9.1' 'uv==0.2.21'
45
- name: Test
46
run: tox
47
env:
0 commit comments