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 2670551 commit fba8b95Copy full SHA for fba8b95
.github/actions/setup_optimizers_linux/action.yml
@@ -117,6 +117,7 @@ runs:
117
- name: Setup IPOPT Installation
118
shell: bash
119
run: |
120
+ sudo apt-get install -y libopenblas-dev liblapack3 libgfortran5
121
mkdir -p ~/ipopt
122
tar xfz ~/installers/idaes-solvers.tar.gz -C ~/ipopt
123
echo "PATH=${PATH}:${HOME}/ipopt" >> $GITHUB_ENV
0 commit comments