diff --git a/ci/test_notebooks.sh b/ci/test_notebooks.sh index 0faa95294..44353684a 100755 --- a/ci/test_notebooks.sh +++ b/ci/test_notebooks.sh @@ -29,7 +29,7 @@ NBTEST="$(realpath "$(dirname "$0")/utils/nbtest.sh")" # Add notebooks that should be skipped here # (space-separated list of filenames without paths) -SKIPNBS="binary_predicates.ipynb cuproj_benchmark.ipynb nyc_taxi_years_correlation.ipynb" +SKIPNBS="binary_predicates.ipynb cuproj_benchmark.ipynb" EXITCODE=0 trap "EXITCODE=1" ERR