Skip to content

Commit e722a5f

Browse files
committed
ci: Fix uv install
1 parent fb9d676 commit e722a5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@ jobs:
2727
- name: Install just
2828
uses: extractions/setup-just@v3
2929

30+
- name: Install uv
31+
run: pipx install uv
32+
3033
- name: Restore dependencies
3134
run: |
3235
just setup
3336
just restore
3437
3538
- name: Install Python dependencies
3639
run: |
37-
pipx install uv
3840
just install-python
3941
4042
#- name: Check formatting

0 commit comments

Comments
 (0)