Skip to content

Commit

Permalink
Use uv in single-binary CI (#5493)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Jun 23, 2024
1 parent 2334d3f commit ef6d491
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/single-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,9 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install flytekit flytekitplugins-deck-standard flytekitplugins-envd "numpy<2.0.0"
pip freeze
pip install uv
uv pip install --system flytekit flytekitplugins-deck-standard flytekitplugins-envd "numpy<2.0.0"
uv pip freeze
- name: Checkout flytesnacks
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ef6d491

Please sign in to comment.