From 32452bc00df90d704a85f1d5c26a3aaada2d130b Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Tue, 23 Apr 2024 07:34:38 +0800 Subject: [PATCH] test pre Signed-off-by: Kevin Su --- .github/workflows/checks_new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks_new.yml b/.github/workflows/checks_new.yml index 98c1a30ba..5de9dfa9f 100644 --- a/.github/workflows/checks_new.yml +++ b/.github/workflows/checks_new.yml @@ -40,7 +40,7 @@ jobs: pip install uv uv venv source .venv/bin/activate - pip install flytekitplugins-spark flytekitplugins-envd + pip install --pre flytekitplugins-spark flytekitplugins-envd - name: Login to GitHub Container Registry if: ${{ github.event_name == 'push' }} uses: docker/login-action@v1