We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e0a34 commit 2625717Copy full SHA for 2625717
.github/workflows/actions.yaml
@@ -55,6 +55,7 @@ jobs:
55
run: uv run pytest .
56
57
- name: Run tests with uvloop
58
+ if: matrix.python-version != 'pypy3.10'
59
env:
60
USE_UVLOOP: "1"
61
0 commit comments