From c009d2fbe5a6205c7cfb6360a77d915471d0b1cc Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Mon, 16 Oct 2023 20:46:44 -0700 Subject: [PATCH] update console endpoint Signed-off-by: Kevin Su --- .github/workflows/end2end.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/end2end.yml b/.github/workflows/end2end.yml index 3ea2016a4..348f4b9da 100644 --- a/.github/workflows/end2end.yml +++ b/.github/workflows/end2end.yml @@ -27,7 +27,7 @@ jobs: python-version: "3.10" - name: Create Sandbox Cluster run: | - flytectl config init + flytectl config init --console localhost:30080 flytectl demo start kubectl create -k "github.com/ray-project/kuberay/ray-operator/config/default?ref=v0.5.2" kubectl rollout restart deployment flyte-sandbox -n flyte @@ -39,7 +39,7 @@ jobs: - name: execute flyte workflows locally working-directory: examples run: | - pyflyte run --remote integration_test.py integration_test + pyflyte run integration_test.py integration_test - name: execute flyte workflows on demo cluster working-directory: examples run: |