Skip to content

Commit

Permalink
Corrected env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Sep 16, 2023
1 parent d283fe1 commit acbc082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +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
echo "IPOPTWINDIR=USECONDAFORGEIPOPT" >> $GITHUB_ENV
rm pyproject.toml
python -m pip install .
mamba list
Expand Down

0 comments on commit acbc082

Please sign in to comment.