Skip to content

Commit

Permalink
Merge pull request #267 from moorepants/run-examples-ci
Browse files Browse the repository at this point in the history
Try running two examples in CI.
  • Loading branch information
moorepants authored Sep 8, 2024
2 parents 1b59864 + 98be46b commit 74fb827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
mamba install -q -y "ipopt=${{ matrix.ipopt-version }}" "numpy>=1.25" "pkg-config>=0.29.2" "setuptools>=44.1.1" "pytest>=6.2.5" "cython=0.29.*"
mamba list
pytest
python examples/hs071.py
python examples/exception_handling.py
- name: Test with pytest and scipy, new ipopt
# cyipopt can build with these dependencies, but it seems impossible to
# also install scipy into these environments likely due to SciPy and
Expand Down

0 comments on commit 74fb827

Please sign in to comment.