We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01387c commit 7b353a4Copy full SHA for 7b353a4
.github/workflows/test_python_cplusplus.yml
@@ -293,6 +293,7 @@ jobs:
293
294
- name: Python tests
295
run: |
296
+ # ignore warnings until https://github.com/swig/swig/issues/3061 is resolved
297
scripts/run-python-tests.sh -W ignore:: \
298
test_pregenerated_models.py \
299
test_splines_short.py \
@@ -355,6 +356,7 @@ jobs:
355
356
357
358
359
360
361
--ignore=test_pregenerated_models.py \
362
--ignore=test_splines_short.py \
0 commit comments