Skip to content

Commit d52806e

Browse files
committed
fix
1 parent ae243d7 commit d52806e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: uv run pytest .
5656

5757
- name: Run tests with uvloop
58-
if: matrix.python-version != 'pypy3.10'
58+
if: !contains(matrix.python-version, 'pypy')
5959
env:
6060
USE_UVLOOP: "1"
6161
run: uv run pytest .

0 commit comments

Comments
 (0)