From 98be46b51e102199161fd4c6347d5c2a234bda12 Mon Sep 17 00:00:00 2001 From: "Jason K. Moore" Date: Sun, 8 Sep 2024 18:44:26 +0200 Subject: [PATCH] Try running two examples in CI. --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bb7e7cb..14187a2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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