Skip to content

Commit cc01b3e

Browse files
authored
Merge pull request #5 from bsipocz/CI_fix_circleCI_DeadKernelError
Workaround for circleCI DeadKernelError
2 parents cacb374 + 0af28ac commit cc01b3e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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:

tutorials/parquet-catalog-demos/wise-allwise-catalog-demo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ Each method accesses the parquet files a bit differently and is useful for diffe
4242
## Imports
4343

4444
```{code-cell} ipython3
45-
!pip install -r requirements.txt
45+
# Uncomment the following if you have missing dependencies.
46+
# !pip install numpy pandas>=1.5.2 pyarrow>=10.0.1 matplotlib hpgeom astropy
4647
```
4748

4849
```{code-cell} ipython3

0 commit comments

Comments
 (0)