Skip to content

Commit

Permalink
Fix uv setup in GPU tests (#41)
Browse files Browse the repository at this point in the history
Summary:
A recent `uv` release broke the GPU tests due to a change in the necessary installation steps.

Pull Request resolved: #41

Reviewed By: anana10c

Differential Revision: D65760504

Pulled By: tsunghsienlee

fbshipit-source-id: 4ba75a1102277cb5888b5467c16dc9a2c96e47da
  • Loading branch information
runame authored and facebook-github-bot committed Nov 11, 2024
1 parent 632e175 commit 75cb54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up and update uv.
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.cargo/env
source $HOME/.local/bin/env
uv self update
- name: Install Python.
run: uv python install 3.10
Expand Down

0 comments on commit 75cb54f

Please sign in to comment.