From b711b1d0a3456e53db509fb0139376a8166bafc3 Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Wed, 15 Jan 2025 10:53:32 -0700 Subject: [PATCH] Pin to xpress 9.5.0 --- .github/workflows/test_branches.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_branches.yml b/.github/workflows/test_branches.yml index e445499b6aa..2854dc54be5 100644 --- a/.github/workflows/test_branches.yml +++ b/.github/workflows/test_branches.yml @@ -282,7 +282,7 @@ jobs: || echo "WARNING: CPLEX Community Edition is not available" python -m pip install --cache-dir cache/pip gurobipy \ || echo "WARNING: Gurobi is not available" - python -m pip install --cache-dir cache/pip xpress \ + python -m pip install --cache-dir cache/pip xpress==9.5.0 \ || echo "WARNING: Xpress Community Edition is not available" python -m pip install --cache-dir cache/pip maingopy \ || echo "WARNING: MAiNGO is not available" @@ -367,7 +367,7 @@ jobs: if test -z "${{matrix.slim}}"; then PYVER=$(echo "py${{matrix.python}}" | sed 's/\.//g') echo "Installing for $PYVER" - for PKG in 'cplex>=12.10' docplex gurobi xpress cyipopt pymumps scip; do + for PKG in 'cplex>=12.10' docplex gurobi 'xpress=9.5.0' cyipopt pymumps scip; do echo "" echo "*** Install $PKG ***" # conda can literally take an hour to determine that a