Skip to content

Commit

Permalink
kubeflow-pipelines-samples-v2-gha - WIP fixed test file
Browse files Browse the repository at this point in the history
Signed-off-by: hbelmiro <[email protected]>
  • Loading branch information
hbelmiro committed Jul 29, 2024
1 parent a521623 commit bcbfed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/v2/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sample-test:
# The -u flag makes python output unbuffered, so that we can see real time log.
# Reference: https://stackoverflow.com/a/107717
export KF_PIPELINES_ENDPOINT=$(HOST) \
&& python -u samples/v2/sample_test.py \
&& python -u $(REPO_ROOT)/samples/v2/sample_test.py \
--samples_config samples/test/config.yaml \
--context $(GCS_ROOT)/src/context.tar.gz \
--gcs_root $(GCS_ROOT)/data \
Expand Down

0 comments on commit bcbfed7

Please sign in to comment.