From f01387cb0ae4105beefe317a047e262f9e44fabe Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 5 Nov 2024 20:49:58 +0100 Subject: [PATCH] .. --- .github/workflows/test_python_cplusplus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_python_cplusplus.yml b/.github/workflows/test_python_cplusplus.yml index 284a170031..dd9f898cbe 100644 --- a/.github/workflows/test_python_cplusplus.yml +++ b/.github/workflows/test_python_cplusplus.yml @@ -293,7 +293,7 @@ jobs: - name: Python tests run: | - scripts/run-python-tests.sh \ + scripts/run-python-tests.sh -W ignore:: \ test_pregenerated_models.py \ test_splines_short.py \ test_misc.py @@ -355,7 +355,7 @@ jobs: - name: Python tests run: | - scripts/run-python-tests.sh \ + scripts/run-python-tests.sh -W ignore:: \ --ignore=test_pregenerated_models.py \ --ignore=test_splines_short.py \ --ignore=test_misc.py