Skip to content

Commit

Permalink
Merge branch 'develop' into fix_2561
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl authored Nov 6, 2024
2 parents 0815cfe + 2b05a19 commit 4e85838
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@ jobs:

- name: Python tests
run: |
scripts/run-python-tests.sh \
# ignore warnings until https://github.com/swig/swig/issues/3061 is resolved
scripts/run-python-tests.sh -W ignore:: \
test_pregenerated_models.py \
test_splines_short.py \
test_misc.py
Expand Down Expand Up @@ -355,7 +356,8 @@ jobs:
- name: Python tests
run: |
scripts/run-python-tests.sh \
# ignore warnings until https://github.com/swig/swig/issues/3061 is resolved
scripts/run-python-tests.sh -W ignore:: \
--ignore=test_pregenerated_models.py \
--ignore=test_splines_short.py \
--ignore=test_misc.py

0 comments on commit 4e85838

Please sign in to comment.