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 @@ -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 @@ -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