Skip to content

Commit 3277c57

Browse files
committed
force converted notebook overwrite
1 parent 31f6b66 commit 3277c57

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ALL_NOTEBOOKS := $(shell python .github/get_modified_tutorials.py --main-branch
1313
ALL_RQT_PATHS := $(foreach var,$(ALL_NOTEBOOKS),$(addsuffix requirements.txt,$(dir $(var))))
1414

1515
FLAGS = --flatten --build-path=. -v
16-
CONVERTFLAGS = --make-index --preprocessors=nbconvert.preprocessors.ExtractOutputPreprocessor --index-template=templates/index.tpl
16+
CONVERTFLAGS = --make-index --preprocessors=nbconvert.preprocessors.ExtractOutputPreprocessor --index-template=templates/index.tpl --overwrite=True
1717

1818
init:
1919
python -m pip install -U -r requirements-dev.txt

tutorials/spectral-cube-reprojection/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ astropy
22
dask
33
numpy==1.26.4 # pinned on 09-27-24; can remove pin when https://github.com/radio-astro-tools/spectral-cube/pull/917 is merged
44
radio_beam
5+
reproject
56
spectral_cube @ git+https://github.com/radio-astro-tools/spectral-cube # as of: 2024-10-10 for issue with 'distutils'

0 commit comments

Comments
 (0)