Skip to content

Commit

Permalink
Exclude macos/python3.8 combination in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbowly committed May 20, 2024
1 parent 33ac413 commit 5dda670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
exclude:
- python: "3.12"
gurobipy: "10.0.3"
- os: "macos-latest"
python: "3.8"

steps:
- name: Checkout unit tests
Expand Down

0 comments on commit 5dda670

Please sign in to comment.