From 1942173d2e7fc0c707b20e7af85420df3cc20317 Mon Sep 17 00:00:00 2001 From: Prafulla Mahindrakar Date: Tue, 1 Oct 2024 16:24:40 -0700 Subject: [PATCH] [Temporary fix] Pin flytekit version for single binary builds (#5798) Signed-off-by: pmahindrakar-oss --- .github/workflows/single-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/single-binary.yml b/.github/workflows/single-binary.yml index 27ed4fabbc..9b3fdc5cde 100644 --- a/.github/workflows/single-binary.yml +++ b/.github/workflows/single-binary.yml @@ -175,7 +175,7 @@ jobs: run: | python -m pip install --upgrade pip pip install uv - uv pip install --system flytekit flytekitplugins-deck-standard "numpy<2.0.0" pyarrow + uv pip install --system flytekit==1.13.5 flytekitplugins-deck-standard==1.13.5 "numpy<2.0.0" pyarrow uv pip freeze - name: Checkout flytesnacks uses: actions/checkout@v4