Skip to content

Commit 5967636

Browse files
committed
Revert "GHA: Workaround for macos segfaults (#2572)"
This reverts commit 2b05a19.
1 parent f670f96 commit 5967636

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test_python_cplusplus.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,7 @@ jobs:
288288

289289
- name: Python tests
290290
run: |
291-
# ignore warnings until https://github.com/swig/swig/issues/3061 is resolved
292-
scripts/run-python-tests.sh -W ignore:: \
291+
scripts/run-python-tests.sh \
293292
test_pregenerated_models.py \
294293
test_splines_short.py \
295294
test_misc.py
@@ -351,8 +350,7 @@ jobs:
351350
352351
- name: Python tests
353352
run: |
354-
# ignore warnings until https://github.com/swig/swig/issues/3061 is resolved
355-
scripts/run-python-tests.sh -W ignore:: \
353+
scripts/run-python-tests.sh \
356354
--ignore=test_pregenerated_models.py \
357355
--ignore=test_splines_short.py \
358356
--ignore=test_misc.py

0 commit comments

Comments
 (0)