Skip to content

Commit e1186ed

Browse files
committed
f
1 parent ac63c78 commit e1186ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tutorials.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ jobs:
176176
env: |
177177
CI=true
178178
CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}
179+
DEVITO_LOGGING=DEBUG
179180
PYTHONFAULTHANDLER=1
180181
command: |
181182
pytest \
@@ -258,7 +259,6 @@ jobs:
258259
env: |
259260
CI=true
260261
CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}
261-
DEVITO_LOGGING=DEBUG
262262
PYTHONFAULTHANDLER=1
263263
command: |
264264
pytest --nbval examples/userapi

0 commit comments

Comments
 (0)