Skip to content

Commit 7175cc3

Browse files
committed
Exclude building with assertions enabled for PyPy because it won't actually build.
We had done this before, but we're using a more specific pypy version now.
1 parent b596979 commit 7175cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# persistent wheel, we have to exclude that one.
103103
# The same thing goes for PyPy.
104104
- os: ubuntu-latest
105-
python-version: pypy-3.10
105+
python-version: "pypy-3.10-v7.3.17"
106106

107107
steps:
108108
- name: checkout

0 commit comments

Comments
 (0)