From 5a2ecd6884756f1c373bd0805011ee04da6e0f20 Mon Sep 17 00:00:00 2001 From: William Zijie Zhang <89562186+Transurgeon@users.noreply.github.com> Date: Sun, 27 Oct 2024 12:55:13 -0400 Subject: [PATCH] pin xpress version (#2601) --- continuous_integration/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous_integration/install_dependencies.sh b/continuous_integration/install_dependencies.sh index d9a655d2e2..f213247baa 100644 --- a/continuous_integration/install_dependencies.sh +++ b/continuous_integration/install_dependencies.sh @@ -60,7 +60,7 @@ if [[ "$PYTHON_VERSION" == "3.10" ]] && [[ "$RUNNER_OS" != "Windows" ]]; then fi if [[ "$PYTHON_VERSION" == "3.11" ]] && [[ "$RUNNER_OS" != "macOS" ]]; then - python -m pip install xpress + python -m pip install xpress==9.4.3 fi # Only install Mosek if license is available (secret is not copied to forks)