Skip to content

Commit 65242b7

Browse files
committed
Temporary hack to get gurobipy working again; 11.0.0 causes failures
1 parent 500fbc7 commit 65242b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/test_branches.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
python -m pip install --cache-dir cache/pip cplex docplex \
256256
|| echo "WARNING: CPLEX Community Edition is not available"
257257
python -m pip install --cache-dir cache/pip \
258-
-i https://pypi.gurobi.com gurobipy \
258+
-i https://pypi.gurobi.com gurobipy==10.0.3 \
259259
|| echo "WARNING: Gurobi is not available"
260260
python -m pip install --cache-dir cache/pip xpress \
261261
|| echo "WARNING: Xpress Community Edition is not available"

Diff for: .github/workflows/test_pr_and_main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
python -m pip install --cache-dir cache/pip cplex docplex \
286286
|| echo "WARNING: CPLEX Community Edition is not available"
287287
python -m pip install --cache-dir cache/pip \
288-
-i https://pypi.gurobi.com gurobipy \
288+
-i https://pypi.gurobi.com gurobipy==10.0.3 \
289289
|| echo "WARNING: Gurobi is not available"
290290
python -m pip install --cache-dir cache/pip xpress \
291291
|| echo "WARNING: Xpress Community Edition is not available"

0 commit comments

Comments
 (0)