Skip to content

Commit e9f4942

Browse files
committed
CI: add missing uv installation step
1 parent c566a65 commit e9f4942

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
distribution: 'zulu'
4747
cache: 'maven'
4848

49+
- name: Set up uv
50+
run: |
51+
python -m pip install --upgrade pip
52+
python -m pip install uv
53+
4954
- name: Run tests
5055
run: |
5156
bin/test.sh

0 commit comments

Comments
 (0)