Skip to content

Commit

Permalink
fixup! Work around pypy38: skipped error, in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed Aug 21, 2024
1 parent 569ea82 commit ee46e9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 tox-uv uv
- name: Test
run: tox
env:
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
envlist = py{38,39,310,311,312,py38,py39,py310},codestyle,lint,typecheck
uv_python_preference = only-system

[testenv]
commands = pytest {posargs}
Expand Down

0 comments on commit ee46e9c

Please sign in to comment.