Skip to content

Commit 46fe30b

Browse files
committed
CI: skip parquet tutorials on circleCI, but locally on OSX only multiprocessing causing issues
1 parent 6805795 commit 46fe30b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,12 @@
4949
# Ignore them here.
5050
nb_execution_excludepatterns += ['wise-allwise-catalog-demo.md', 'Parallelize_Convolution.md']
5151

52+
# Both NEOWISE notebooks work with large data that doesn't work with CircleCI resource limits
53+
nb_execution_excludepatterns += ['neowise-source-table-strategies.md', 'neowise-source-table-lightcurves.md']
54+
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)