File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments