Skip to content

Commit

Permalink
skip freethreaded + abi3 combination
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Nov 21, 2024
1 parent 80af9f8 commit 48d7031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
- name: Test
run: cargo test --verbose

- name: Test (abi3)
- if: ${{ !endsWith(matrix.python, 't') }}
name: Test (abi3)
run: cargo test --verbose --features pyo3/abi3-py37

env:
Expand Down

0 comments on commit 48d7031

Please sign in to comment.