From 9f3669b37e580de95c408772cc6324716214063a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 24 Jul 2024 18:11:56 -0700 Subject: [PATCH 1/2] Spelling out dependency install in notebook --- tutorials/parquet-catalog-demos/wise-allwise-catalog-demo.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/parquet-catalog-demos/wise-allwise-catalog-demo.md b/tutorials/parquet-catalog-demos/wise-allwise-catalog-demo.md index 7b619e96..6371771d 100644 --- a/tutorials/parquet-catalog-demos/wise-allwise-catalog-demo.md +++ b/tutorials/parquet-catalog-demos/wise-allwise-catalog-demo.md @@ -42,7 +42,8 @@ Each method accesses the parquet files a bit differently and is useful for diffe ## Imports ```{code-cell} ipython3 -!pip install -r requirements.txt +# Uncomment the following if you have missing dependencies. +# !pip install numpy pandas>=1.5.2 pyarrow>=10.0.1 matplotlib hpgeom astropy ``` ```{code-cell} ipython3 From 0af28ac7a64735522b17ee5ffd11580cf21a5680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 24 Jul 2024 19:56:55 -0700 Subject: [PATCH 2/2] Exclude notebook from execution for circleCI --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index cfd26245..0c9a8516 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,6 +17,8 @@ jobs: name: Build HTML rendering of notebooks no_output_timeout: 30m command: | + # Ugly workaround https://github.com/Caltech-IPAC/irsa-tutorials/issues/6 + sed -ie 's|nb_execution_excludepatterns = \[|nb_execution_excludepatterns = \["wise-allwise-catalog-demo.md", |g' conf.py python -m tox -e py312-buildhtml - store_artifacts: