Skip to content

Commit addc96a

Browse files
committed
Update job
1 parent f83b915 commit addc96a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/jupyter-notebooks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282
- name: Diffusion notebooks (3.7)
8383
run: |
8484
$RUN_CMD python -m pytest -W ignore::DeprecationWarning --nbval --cov . --cov-config=.coveragerc --cov-report=xml:diffu_coverage.xml $SKIP fdm-devito-notebooks/03_diffu/diffu_rw.ipynb
85+
- name: Advection notebook (4)
86+
run: |
87+
$RUN_CMD python -m pytest -W ignore::DeprecationWarning --nbval --cov . --cov-config=.coveragerc --cov-report=xml:advec_coverage.xml $SKIP fdm-devito-notebooks/04_advec/advec.ipynb
8588
- name: Upload coverage to Codecov
8689
uses: codecov/codecov-action@v1.0.6
8790
with:

0 commit comments

Comments
 (0)