Skip to content

Commit

Permalink
Exclude incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Oct 4, 2024
1 parent 36a9034 commit f2a57a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
scipy-version: ['1.8.1', '1.11.3', '1.14.1']
os: [ubuntu-latest]
interface: ['LP64', 'ILP64']
exclude:
- python-version: "3.9"
scipy-version: '1.14.1'
- python-version: "3.11"
scipy-version: '1.8.1'


steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f2a57a7

Please sign in to comment.