Skip to content

Commit

Permalink
CI: skip parquet tutorials on circleCI, but locally on OSX only multi…
Browse files Browse the repository at this point in the history
…processing causing issues
  • Loading branch information
bsipocz committed Sep 25, 2024
1 parent e2f1bbe commit 83e5ace
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@
# Workaround for https://github.com/Caltech-IPAC/irsa-tutorials/issues/6
# Some of the notebooks run into a DeadKernelError on CircleCI, but do execute and render on GHA.
# Ignore them here.
nb_execution_excludepatterns += ['wise-allwise-catalog-demo.md', 'Parallelize_Convolution.md', 'neowise-source-table-lightcurves.md']
nb_execution_excludepatterns += ['wise-allwise-catalog-demo.md', 'Parallelize_Convolution.md']

# Both NEOWISE notebooks work with large data that doesn't work with CircleCI resource limits
nb_execution_excludepatterns += ['neowise-source-table-strategies', 'neowise-source-table-lightcurves.md']

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

# -- Options for HTML output -------------------------------------------------

Expand Down

0 comments on commit 83e5ace

Please sign in to comment.