Skip to content

Commit 7bc47df

Browse files
authored
Pin flytekit to 1.15.0 to unblock functional tests (#6330)
Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]>
1 parent be6f36c commit 7bc47df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/single-binary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
run: |
177177
python -m pip install --upgrade pip
178178
pip install uv
179-
uv pip install --system flytekit flytekitplugins-deck-standard "numpy<2.0.0" pyarrow pandas
179+
uv pip install --system flytekit==1.15.0 flytekitplugins-deck-standard==1.15.0 "numpy<2.0.0" pyarrow pandas
180180
uv pip freeze
181181
- name: Checkout flytesnacks
182182
uses: actions/checkout@v4

0 commit comments

Comments
 (0)