Skip to content

Commit 7b353a4

Browse files
committed
..
1 parent f01387c commit 7b353a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_python_cplusplus.yml

+2
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ jobs:
293293

294294
- name: Python tests
295295
run: |
296+
# ignore warnings until https://github.com/swig/swig/issues/3061 is resolved
296297
scripts/run-python-tests.sh -W ignore:: \
297298
test_pregenerated_models.py \
298299
test_splines_short.py \
@@ -355,6 +356,7 @@ jobs:
355356
356357
- name: Python tests
357358
run: |
359+
# ignore warnings until https://github.com/swig/swig/issues/3061 is resolved
358360
scripts/run-python-tests.sh -W ignore:: \
359361
--ignore=test_pregenerated_models.py \
360362
--ignore=test_splines_short.py \

0 commit comments

Comments
 (0)