Skip to content

Commit

Permalink
GHA: Workaround for macos segfaults (#2572)
Browse files Browse the repository at this point in the history
Ignore warnings during macos pytest runs.
  • Loading branch information
dweindl authored Nov 6, 2024
1 parent ff6b3f1 commit 2b05a19
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 2b05a19

Please sign in to comment.