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