We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3669b commit 0af28acCopy full SHA for 0af28ac
.circleci/config.yml
@@ -17,6 +17,8 @@ jobs:
17
name: Build HTML rendering of notebooks
18
no_output_timeout: 30m
19
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
22
python -m tox -e py312-buildhtml
23
24
- store_artifacts:
0 commit comments