Skip to content

Commit

Permalink
[Temporary fix] Pin flytekit version for single binary builds (flyteo…
Browse files Browse the repository at this point in the history
…rg#5798)

Signed-off-by: pmahindrakar-oss <[email protected]>
  • Loading branch information
pmahindrakar-oss authored Oct 1, 2024
1 parent 66ff152 commit 1942173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/single-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1942173

Please sign in to comment.