We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6f36c commit 7bc47dfCopy full SHA for 7bc47df
.github/workflows/single-binary.yml
@@ -176,7 +176,7 @@ jobs:
176
run: |
177
python -m pip install --upgrade pip
178
pip install uv
179
- uv pip install --system flytekit flytekitplugins-deck-standard "numpy<2.0.0" pyarrow pandas
+ uv pip install --system flytekit==1.15.0 flytekitplugins-deck-standard==1.15.0 "numpy<2.0.0" pyarrow pandas
180
uv pip freeze
181
- name: Checkout flytesnacks
182
uses: actions/checkout@v4
0 commit comments