Skip to content

Commit

Permalink
Exclude macos/python3.8 combination in CI
Browse files Browse the repository at this point in the history
No gurobipy support for python3.8 on macos ARM
  • Loading branch information
simonbowly committed May 20, 2024
1 parent 35a9c58 commit 75e8c19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheel-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-latest
- python: "3.8"

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

0 comments on commit 75e8c19

Please sign in to comment.