Skip to content

Commit

Permalink
Pin tox and uv versions, to fix CI (#335)
Browse files Browse the repository at this point in the history
Work around regression introduced in newer tox, tox-uv, and uv. Most test runners work as before, while on the Windows pypy3.8 test runner, the newer tool versions fail to find the target version of Python. Fixes error in CI, `pypy38: skipped because could not find python interpreter with spec(s): C:\hostedtoolcache\windows\PyPy\3.8.16\x86\python.exe`. See CI for e624fdc.
  • Loading branch information
john-kurkowski authored Aug 21, 2024
1 parent e624fdc commit b7f5aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
check-latest: true
- name: Install Python requirements
run: |
pip install --upgrade tox tox-uv
pip install --upgrade 'tox==4.16.0' 'tox-uv==1.9.1' 'uv==0.2.21'
- name: Test
run: tox
env:
Expand Down

0 comments on commit b7f5aae

Please sign in to comment.