diff --git a/.github/workflows/single-binary.yml b/.github/workflows/single-binary.yml index 9dd00d2dc1..d905a8862b 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 git+https://github.com/flyteorg/flytekit.git@c20b9a2c971054d4d94517a8fd54dea9c9bced62 flytekitplugins-deck-standard "numpy<2.0.0" pyarrow plotly pandas pygments ydata-profiling + uv pip install --system git+https://github.com/flyteorg/flytekit.git@c20b9a2c971054d4d94517a8fd54dea9c9bced62 flytekitplugins-deck-standard==1.13.5 "numpy<2.0.0" pyarrow uv pip freeze - name: Checkout flytesnacks uses: actions/checkout@v4