Skip to content

Commit da8fc95

Browse files
committed
TEMP: exclude neowise lightcurves from html execution
1 parent c352893 commit da8fc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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']
50+
nb_execution_excludepatterns += ['wise-allwise-catalog-demo.md', 'Parallelize_Convolution.md', 'neowise-source-table-lightcurves.md']
5151

5252
if platform.platform().startswith("mac") or platform.platform().startswith("win"):
5353
# The way the notebooks use the multiprocessing module is known to not work on non-Linux

0 commit comments

Comments
 (0)