Skip to content

Commit

Permalink
Set the IPOPTWINDIR, not sure why it wasn't set before.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Sep 16, 2023
1 parent f61623a commit d283fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
mamba install -q -y lapack "libblas=*=*netlib" "ipopt=${{ matrix.ipopt-version }}" "numpy>=1.15" "pkg-config>=0.29.2" "setuptools>=39.0" "cython=0.29.*"
- name: Install CyIpopt
run: |
echo "IPOPTWINDIR=USECONDAFORGE" >> $GITHUB_ENV
rm pyproject.toml
python -m pip install .
mamba list
Expand Down

0 comments on commit d283fe1

Please sign in to comment.