File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ jobs:
255
255
python -m pip install --cache-dir cache/pip cplex docplex \
256
256
|| echo "WARNING: CPLEX Community Edition is not available"
257
257
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 \
259
259
|| echo "WARNING: Gurobi is not available"
260
260
python -m pip install --cache-dir cache/pip xpress \
261
261
|| echo "WARNING: Xpress Community Edition is not available"
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ jobs:
285
285
python -m pip install --cache-dir cache/pip cplex docplex \
286
286
|| echo "WARNING: CPLEX Community Edition is not available"
287
287
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 \
289
289
|| echo "WARNING: Gurobi is not available"
290
290
python -m pip install --cache-dir cache/pip xpress \
291
291
|| echo "WARNING: Xpress Community Edition is not available"
You can’t perform that action at this time.
0 commit comments