Skip to content

Commit 0af28ac

Browse files
committed
Exclude notebook from execution for circleCI
1 parent 9f3669b commit 0af28ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
name: Build HTML rendering of notebooks
1818
no_output_timeout: 30m
1919
command: |
20+
# Ugly workaround https://github.com/Caltech-IPAC/irsa-tutorials/issues/6
21+
sed -ie 's|nb_execution_excludepatterns = \[|nb_execution_excludepatterns = \["wise-allwise-catalog-demo.md", |g' conf.py
2022
python -m tox -e py312-buildhtml
2123
2224
- store_artifacts:

0 commit comments

Comments
 (0)