Skip to content

Commit

Permalink
CI: install gurobipy
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Sep 30, 2024
1 parent f678210 commit 9689641
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
export CVXOPT_BUILD_GLPK=1
pip install cvxopt
python -c 'import cvxopt.glpk'
- name: Install `gurobipy` (nonfree)
run: |
pip install gurobipy
- name: Run all tests, using `cvxopt.glpk`
run: |
set -o posix
Expand Down

0 comments on commit 9689641

Please sign in to comment.