Skip to content

Commit

Permalink
Install other dependencies in single-binary.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Oct 1, 2024
1 parent 928ffd0 commit c4b780c
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 plotly
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
Expand Down

0 comments on commit c4b780c

Please sign in to comment.