Skip to content

Commit 0cf2977

Browse files
Skipping tutorial_particle_field_interaction notebook
As Field.to_write has been removed for now; will have to be implemented via xarray directly
1 parent c1e3167 commit 0cf2977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ jobs:
7676
with:
7777
environment-file: environment.yml
7878
- name: Integration test
79-
# TODO v4: Re-enable `tutorial_periodic_boundaries`, `tutorial_timevaryingdepthdimensions` and `tutorial_croco_3D` notebooks
79+
# TODO v4: Re-enable `tutorial_periodic_boundaries`, `tutorial_timevaryingdepthdimensions`, `tutorial_particle_field_interaction`, and `tutorial_croco_3D` notebooks
8080
run: |
81-
coverage run -m pytest -v -s --nbval-lax -k "not documentation and not tutorial_periodic_boundaries and not tutorial_timevaryingdepthdimensions and not tutorial_croco_3D" --html="${{ matrix.os }}_${{ matrix.python-version }}_integration_test_report.html" --self-contained-html docs/examples
81+
coverage run -m pytest -v -s --nbval-lax -k "not documentation and not tutorial_periodic_boundaries and not tutorial_timevaryingdepthdimension and not tutorial_particle_field_interaction and not tutorial_croco_3D" --html="${{ matrix.os }}_${{ matrix.python-version }}_integration_test_report.html" --self-contained-html docs/examples
8282
coverage xml
8383
- name: Codecov
8484
uses: codecov/codecov-action@v5.3.1

0 commit comments

Comments
 (0)