Skip to content

Commit ee0a5cc

Browse files
committed
Remove comments
1 parent 664eac8 commit ee0a5cc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ jobs:
9090
cache: true
9191
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'v4-dev' }} # TODO: Update v4-dev to main when v4 is released
9292
- name: Integration test
93-
# TODO v4: Re-enable `tutorial_periodic_boundaries`
94-
# TODO v4: Re-enable `tutorial_timevaryingdepthdimensions`
95-
# TODO v4: Re-enable `tutorial_particle_field_interaction`
96-
# TODO v4: Re-enable `tutorial_croco_3D`
97-
# TODO v4: Re-enable `tutorial_nemo_3D` (https://github.com/OceanParcels/Parcels/pull/1936#issuecomment-2717666705)
98-
# TODO v4: Re-enable `tutorial_analyticaladvection`
9993
run: |
10094
pixi run test-notebooks -v -s --html="${{ env.COVERAGE_REPORT }}" --self-contained-html --cov=parcels --cov-report=xml
10195
- name: Codecov

0 commit comments

Comments
 (0)