Skip to content

Commit 20d98ac

Browse files
committed
Missed a pinning location
1 parent 65242b7 commit 20d98ac

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
@@ -331,7 +331,7 @@ jobs:
331331
if test -z "${{matrix.slim}}"; then
332332
PYVER=$(echo "py${{matrix.python}}" | sed 's/\.//g')
333333
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
335335
echo ""
336336
echo "*** Install $PKG ***"
337337
# conda can literally take an hour to determine that a

Diff for: .github/workflows/test_pr_and_main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ jobs:
361361
if test -z "${{matrix.slim}}"; then
362362
PYVER=$(echo "py${{matrix.python}}" | sed 's/\.//g')
363363
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
365365
echo ""
366366
echo "*** Install $PKG ***"
367367
# conda can literally take an hour to determine that a

0 commit comments

Comments
 (0)