Skip to content

Commit

Permalink
trying to get ubuntu working
Browse files Browse the repository at this point in the history
  • Loading branch information
carldlaird committed Mar 22, 2021
1 parent b134c2d commit 4a8b8a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/egret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,8 @@ jobs:
fi
- name: Install IPOPT
run: |
if [ ${{ matrix.os }} = macos-latest ]
if [ ${{ matrix.os }} = windows-latest ]
then
# download IPOPT from conda-forge
conda install -c conda-forge ipopt
else
IPOPT_DIR="${GITHUB_WORKSPACE}/cache/ipopt"
mkdir -p "$IPOPT_DIR"
echo "$IPOPT_DIR" >> $GITHUB_PATH
Expand Down Expand Up @@ -108,6 +105,9 @@ jobs:
echo ""
echo "$IPOPT_DIR"
ls -l $IPOPT_DIR
else
# download IPOPT from conda-forge
conda install -c conda-forge ipopt
fi
- name: Install Nose/Parameterized/Pytest
run: |
Expand Down

0 comments on commit 4a8b8a3

Please sign in to comment.