Skip to content

Commit 60acbcb

Browse files
committed
What happens if we don't install scip
1 parent e8be275 commit 60acbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_pr_and_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ jobs:
373373
TIMEOUT_MSG="TIMEOUT: killing conda install process"
374374
PYVER=$(echo "py${{matrix.python}}" | sed 's/\.//g')
375375
echo "Installing for $PYVER"
376-
for PKG in 'cplex>=12.10' docplex gurobi "$XPRESS" cyipopt pymumps scip; do
376+
for PKG in 'cplex>=12.10' docplex gurobi "$XPRESS" cyipopt pymumps; do
377377
echo ""
378378
echo "*** Install $PKG ***"
379379
echo ""

0 commit comments

Comments
 (0)