We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba40a8 commit 380d5a1Copy full SHA for 380d5a1
1 file changed
.github/workflows/github_test_action.yml
@@ -52,8 +52,8 @@ jobs:
52
verbose: true
53
54
warnings:
55
-
56
runs-on: ubuntu-latest
+ continue-on-error: true
57
timeout-minutes: 30
58
steps:
59
- uses: actions/checkout@v4
@@ -73,7 +73,6 @@ jobs:
73
pytest -W error
74
75
tutorial_tests:
76
77
78
79
@@ -93,8 +92,8 @@ jobs:
93
92
PYTHONPATH=$PYTHONPATH:$GITHUB_WORKSPACE python -m pytest --nbmake -n=auto --nbmake-timeout=900 "./tutorials"
94
95
tutorial_warnings_tests:
96
97
98
99
100
- name: Set up Python
0 commit comments