fix setup uv step
Run Tests / Run Tests (push) Failing after 14s
Details
Run Tests / Run Tests (push) Failing after 14s
Details
This commit is contained in:
parent
50356b5775
commit
5d18c6d1f8
|
@ -18,8 +18,8 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install the latest version of uv
|
- name: Install the latest version of uv
|
||||||
run:
|
run: |
|
||||||
- pip3 install uv
|
pip3 install uv
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: uv sync
|
run: uv sync
|
||||||
|
|
Loading…
Reference in New Issue