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