Skip to content

Commit 591bf23

Browse files
committed
test fixed Makefile
1 parent e27b5b7 commit 591bf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +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-
$(call test_with_papermill_common,$(1),$(2),$(3)) \
398+
$(call test_with_papermill_common,$(1),$(2),$(3)) ; \
399399
$(call test_with_papermill_specific,$(1),$(2),$(3))
400400
endef
401401

0 commit comments

Comments
 (0)