Skip to content

Commit 83e5ace

Browse files
committed
CI: skip parquet tutorials on circleCI, but locally on OSX only multiprocessing causing issues
1 parent e2f1bbe commit 83e5ace

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,14 @@
4747
# Workaround for https://github.com/Caltech-IPAC/irsa-tutorials/issues/6
4848
# Some of the notebooks run into a DeadKernelError on CircleCI, but do execute and render on GHA.
4949
# Ignore them here.
50-
nb_execution_excludepatterns += ['wise-allwise-catalog-demo.md', 'Parallelize_Convolution.md', 'neowise-source-table-lightcurves.md']
50+
nb_execution_excludepatterns += ['wise-allwise-catalog-demo.md', 'Parallelize_Convolution.md']
51+
52+
# Both NEOWISE notebooks work with large data that doesn't work with CircleCI resource limits
53+
nb_execution_excludepatterns += ['neowise-source-table-strategies', 'neowise-source-table-lightcurves.md']
5154

5255
if platform.platform().startswith("mac") or platform.platform().startswith("win"):
5356
# The way the notebooks use the multiprocessing module is known to not work on non-Linux
54-
nb_execution_excludepatterns += ['Parallelize_Convolution.md']
57+
nb_execution_excludepatterns += ['Parallelize_Convolution.md', 'neowise-source-table-lightcurves.md']
5558

5659
# -- Options for HTML output -------------------------------------------------
5760

0 commit comments

Comments
 (0)