Skip to content

Commit

Permalink
dependency adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Oct 16, 2024
1 parent 9acaadf commit 8777dc7
Show file tree
Hide file tree
Showing 7 changed files with 4,650 additions and 62 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ test-notebooks: notebook-sanitizer
NB_FILE := $(CURDIR)/docs/source/notebooks/
.PHONY: test-notebooks-impl
test-notebooks-impl:
bash -c "env WPS_URL=$(WPS_URL) FINCH_WPS_URL=$(FINCH_WPS_URL) pytest --nbval-lax --verbose $(NB_FILE) --sanitize-with $(CURDIR)/docs/source/output-sanitize.cfg --ignore $(CURDIR)/docs/source/notebooks/.ipynb_checkpoints"
bash -c "env WPS_URL=$(WPS_URL) FINCH_WPS_URL=$(FINCH_WPS_URL) pytest --numprocesses=0 --nbval-lax --verbose $(NB_FILE) --sanitize-with $(CURDIR)/docs/source/output-sanitize.cfg --ignore $(CURDIR)/docs/source/notebooks/.ipynb_checkpoints"

ifeq "$(JUPYTER_NB_IP)" ""
JUPYTER_NB_IP := 0.0.0.0
Expand Down
Loading

0 comments on commit 8777dc7

Please sign in to comment.