From f912d89c22d59d693e505ca6f2bbcd22457ebf9c Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Mon, 16 Oct 2023 21:22:28 -0700 Subject: [PATCH] update pyflyte run command Signed-off-by: Kevin Su --- .github/workflows/end2end.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/end2end.yml b/.github/workflows/end2end.yml index 348f4b9da..ef5b31cbe 100644 --- a/.github/workflows/end2end.yml +++ b/.github/workflows/end2end.yml @@ -43,4 +43,4 @@ jobs: - name: execute flyte workflows on demo cluster working-directory: examples run: | - pyflyte run --remote integration_test.py integration_test + pyflyte --config ~/.flyte/config.yaml run --remote integration_test.py integration_test