We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f670f96 commit 5967636Copy full SHA for 5967636
1 file changed
.github/workflows/test_python_cplusplus.yml
@@ -288,8 +288,7 @@ jobs:
288
289
- name: Python tests
290
run: |
291
- # ignore warnings until https://github.com/swig/swig/issues/3061 is resolved
292
- scripts/run-python-tests.sh -W ignore:: \
+ scripts/run-python-tests.sh \
293
test_pregenerated_models.py \
294
test_splines_short.py \
295
test_misc.py
@@ -351,8 +350,7 @@ jobs:
351
350
352
353
354
355
356
--ignore=test_pregenerated_models.py \
357
--ignore=test_splines_short.py \
358
--ignore=test_misc.py
0 commit comments