Skip to content

Commit

Permalink
Run env var before install command.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Sep 16, 2023
1 parent bac2ac0 commit 343a7bc
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 @@ -36,9 +36,9 @@ jobs:
- name: Install basic dependencies
run: |
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.*"
- run: echo "IPOPTWINDIR=USECONDAFORGEIPOPT" >> $GITHUB_ENV
- name: Install CyIpopt
run: |
echo "IPOPTWINDIR=USECONDAFORGEIPOPT" >> $GITHUB_ENV
rm pyproject.toml
python -m pip install .
mamba list
Expand Down

0 comments on commit 343a7bc

Please sign in to comment.