We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8be275 commit 60acbcbCopy full SHA for 60acbcb
.github/workflows/test_pr_and_main.yml
@@ -373,7 +373,7 @@ jobs:
373
TIMEOUT_MSG="TIMEOUT: killing conda install process"
374
PYVER=$(echo "py${{matrix.python}}" | sed 's/\.//g')
375
echo "Installing for $PYVER"
376
- for PKG in 'cplex>=12.10' docplex gurobi "$XPRESS" cyipopt pymumps scip; do
+ for PKG in 'cplex>=12.10' docplex gurobi "$XPRESS" cyipopt pymumps; do
377
echo ""
378
echo "*** Install $PKG ***"
379
0 commit comments