Skip to content

Commit

Permalink
pin xpress version (cvxpy#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Transurgeon authored Oct 27, 2024
1 parent b632647 commit 5a2ecd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5a2ecd6

Please sign in to comment.