Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Adding LD_LIBRARY_PATH to ipopt
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Apr 6, 2021
1 parent 7c019b1 commit eca6821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_master_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ jobs:
run: |
IPOPT_DIR=$TPL_DIR/ipopt
echo "$IPOPT_DIR" >> $GITHUB_PATH
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$IPOPT_DIR" >> $GITHUB_ENV
mkdir -p $IPOPT_DIR
IPOPT_TAR=${DOWNLOAD_DIR}/ipopt.tar.gz
if test ! -e $IPOPT_TAR; then
Expand Down Expand Up @@ -339,7 +340,7 @@ jobs:
echo ""
echo "Install Pyomo..."
echo ""
$PYTHON_EXE -m pip install git+https://github.com/mrmundt/pyomo.git@pysp-fix
$PYTHON_EXE -m pip install git+https://github.com/Pyomo/pyomo
echo ""
echo "Install PySP..."
echo ""
Expand Down

0 comments on commit eca6821

Please sign in to comment.