Skip to content

Commit

Permalink
Fix uv setup
Browse files Browse the repository at this point in the history
  • Loading branch information
runame committed Nov 11, 2024
1 parent 632e175 commit a73e54b
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 a73e54b

Please sign in to comment.