Skip to content

Commit

Permalink
test fixed Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovmr committed Jul 12, 2024
1 parent e27b5b7 commit 591bf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ undeploy-c9s-%-c9s-python-3.9: bin/kubectl
# ARG 1: Python kernel
define test_with_papermill
$(KUBECTL_BIN) exec $(FULL_NOTEBOOK_NAME) -- /bin/sh -c "python3 -m pip install papermill toml" ; \
$(call test_with_papermill_common,$(1),$(2),$(3)) \
$(call test_with_papermill_common,$(1),$(2),$(3)) ; \
$(call test_with_papermill_specific,$(1),$(2),$(3))
endef

Expand Down

0 comments on commit 591bf23

Please sign in to comment.