Skip to content

Commit

Permalink
Fix uv command.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed May 20, 2024
1 parent a2b3a6c commit 76443ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install dependencies
run: |
pip install uv
uv pip install --upgrade setuptools wheel build
uv pip install --system setuptools wheel build
- name: Build and create distribution
run: |
Expand Down

0 comments on commit 76443ca

Please sign in to comment.