Skip to content

Commit

Permalink
Exclude NumPy v2 when installing CyIpopt via conda-forge to resolve #…
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl authored Jun 19, 2024
1 parent 41b6ae3 commit 41c3485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
pip install -U ray
echo '::endgroup::'
echo '::group::Output of "conda install -c conda-forge cyipopt" command'
conda install -c conda-forge cyipopt
conda install -c conda-forge cyipopt "numpy<2"
echo '::endgroup::'
echo '::group::Display installed packages'
conda list
Expand Down

0 comments on commit 41c3485

Please sign in to comment.