File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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"
@@ -331,7 +331,7 @@ jobs:
331
331
if test -z "${{matrix.slim}}"; then
332
332
PYVER=$(echo "py${{matrix.python}}" | sed 's/\.//g')
333
333
echo "Installing for $PYVER"
334
- for PKG in 'cplex>=12.10' docplex gurobi xpress cyipopt pymumps scip; do
334
+ for PKG in 'cplex>=12.10' docplex ' gurobi=10.0.3' xpress cyipopt pymumps scip; do
335
335
echo ""
336
336
echo "*** Install $PKG ***"
337
337
# conda can literally take an hour to determine that a
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"
@@ -361,7 +361,7 @@ jobs:
361
361
if test -z "${{matrix.slim}}"; then
362
362
PYVER=$(echo "py${{matrix.python}}" | sed 's/\.//g')
363
363
echo "Installing for $PYVER"
364
- for PKG in 'cplex>=12.10' docplex gurobi xpress cyipopt pymumps scip; do
364
+ for PKG in 'cplex>=12.10' docplex ' gurobi=10.0.3' xpress cyipopt pymumps scip; do
365
365
echo ""
366
366
echo "*** Install $PKG ***"
367
367
# conda can literally take an hour to determine that a
You can’t perform that action at this time.
0 commit comments