Skip to content

Commit

Permalink
We still need to exclude pypy/ubuntu/DEBUG because persistent will no…
Browse files Browse the repository at this point in the history
…t build.
  • Loading branch information
jamadden committed Dec 11, 2023
1 parent 5709702 commit df35bb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ jobs:
matrix:
python-version: ['pypy-3.10', '3.12', 3.8, 3.9, '3.10', '3.11']
os: [ubuntu-latest, macos-latest]
exclude:
# Can't build persistent on 3.12 with -UNDEBUG because it
# accesses fields of objects that aren't there in assert statements;
# we build linux with assertions enabled, and unless there is a 3.12
# persistent wheel, we have to exclude that one.
# The same thing goes for PyPy.
- os: ubuntu-latest
python-version: pypy-3.10

steps:
- name: checkout
Expand Down

0 comments on commit df35bb0

Please sign in to comment.