Missing uv dependency
This commit is contained in:
parent
16ee77db3e
commit
f18d4762fa
|
|
@ -23,4 +23,5 @@ runs:
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
make install
|
make install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue