We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac63c78 commit e1186edCopy full SHA for e1186ed
1 file changed
.github/workflows/tutorials.yaml
@@ -176,6 +176,7 @@ jobs:
176
env: |
177
CI=true
178
CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}
179
+ DEVITO_LOGGING=DEBUG
180
PYTHONFAULTHANDLER=1
181
command: |
182
pytest \
@@ -258,7 +259,6 @@ jobs:
258
259
260
261
- DEVITO_LOGGING=DEBUG
262
263
264
pytest --nbval examples/userapi
0 commit comments