Skip to content

Commit

Permalink
Add gurobi 12 to doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbowly committed Oct 25, 2024
1 parent f5e6b89 commit d796674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python: ["3.11"]
gurobipy: ["10.0", "11.0"]
gurobipy: ["~=10.0", "~=11.0", "==12.0.0b3"]

steps:
- uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install \
gurobipy~=${{ matrix.gurobipy }} \
gurobipy${{ matrix.gurobipy }} \
.[examples]
python -m pip install -rdocs/requirements.txt
- name: Run doctests
Expand Down

0 comments on commit d796674

Please sign in to comment.