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 5713f11 commit 60d795bCopy full SHA for 60d795b
Makefile
@@ -395,6 +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
+ ls -la ; \
399
$(call test_with_papermill_common,$(1),$(2),$(3)) ; \
400
$(call test_with_papermill_specific,$(1),$(2),$(3))
401
endef
0 commit comments