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 e27b5b7 commit 591bf23Copy full SHA for 591bf23
Makefile
@@ -395,7 +395,7 @@ undeploy-c9s-%-c9s-python-3.9: bin/kubectl
395
# ARG 1: Python kernel
396
define test_with_papermill
397
$(KUBECTL_BIN) exec $(FULL_NOTEBOOK_NAME) -- /bin/sh -c "python3 -m pip install papermill toml" ; \
398
- $(call test_with_papermill_common,$(1),$(2),$(3)) \
+ $(call test_with_papermill_common,$(1),$(2),$(3)) ; \
399
$(call test_with_papermill_specific,$(1),$(2),$(3))
400
endef
401
0 commit comments