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 15, 2024
1 parent 5713f11 commit 60d795b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +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" ; \
ls -la ; \
$(call test_with_papermill_common,$(1),$(2),$(3)) ; \
$(call test_with_papermill_specific,$(1),$(2),$(3))
endef
Expand Down

0 comments on commit 60d795b

Please sign in to comment.