Skip to content

Commit 380d5a1

Browse files
committed
set warning tests to optional
1 parent bba40a8 commit 380d5a1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/github_test_action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
verbose: true
5353

5454
warnings:
55-
5655
runs-on: ubuntu-latest
56+
continue-on-error: true
5757
timeout-minutes: 30
5858
steps:
5959
- uses: actions/checkout@v4
@@ -73,7 +73,6 @@ jobs:
7373
pytest -W error
7474
7575
tutorial_tests:
76-
7776
runs-on: ubuntu-latest
7877
steps:
7978
- uses: actions/checkout@v4
@@ -93,8 +92,8 @@ jobs:
9392
PYTHONPATH=$PYTHONPATH:$GITHUB_WORKSPACE python -m pytest --nbmake -n=auto --nbmake-timeout=900 "./tutorials"
9493
9594
tutorial_warnings_tests:
96-
9795
runs-on: ubuntu-latest
96+
continue-on-error: true
9897
steps:
9998
- uses: actions/checkout@v4
10099
- name: Set up Python

0 commit comments

Comments
 (0)