Skip to content

Commit 60d795b

Browse files
committed
test fixed Makefile
1 parent 5713f11 commit 60d795b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ undeploy-c9s-%-c9s-python-3.9: bin/kubectl
395395
# ARG 1: Python kernel
396396
define test_with_papermill
397397
$(KUBECTL_BIN) exec $(FULL_NOTEBOOK_NAME) -- /bin/sh -c "python3 -m pip install papermill toml" ; \
398+
ls -la ; \
398399
$(call test_with_papermill_common,$(1),$(2),$(3)) ; \
399400
$(call test_with_papermill_specific,$(1),$(2),$(3))
400401
endef

0 commit comments

Comments
 (0)