Skip to content

Commit

Permalink
Run examples with Gurobi 12 too
Browse files Browse the repository at this point in the history
  • Loading branch information
pobonomo committed Nov 12, 2024
1 parent 5d8ba12 commit 28c52cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
tox
- name: Run examples with Gurobi 11
if: ${{ (matrix.gurobi-version == 'gurobi11') && (matrix.python-version == '3.12') }}
if: ${{ (matrix.gurobi-version != 'gurobi10') && (matrix.python-version == '3.12') }}
env:
GRB_LICENSE_FILE: ${{ steps.write-license.outputs.grb_license_file }}
GUROBI_VERSION: ${{ matrix.gurobi-version }}
Expand Down

0 comments on commit 28c52cb

Please sign in to comment.