Skip to content

Commit

Permalink
remove source case from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ctroupin committed Jan 22, 2025
1 parent f2c50a3 commit 899e547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/ci-test
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ for FILE in $NOTEBOOKS_DIR/1-Intro/*.ipynb \
[ $FNAME != "20-Turtles-Density-map.ipynb" ] && # too long
[ $FNAME != "BigBlackSea.ipynb" ] && # too long
[ $FNAME != "HeatmapsCV.ipynb" ] && # too long
[ $FNAME != "source-term.ipynb" ] && # Kernel problem
[ $FNAME != "open-boundary-conditions.ipynb" ]; then # too long
NOTEBOOKS+=("$FILE")
fi
Expand Down

0 comments on commit 899e547

Please sign in to comment.