fix setup uv step
Run Tests / Run Tests (push) Failing after 24s
Details
Run Tests / Run Tests (push) Failing after 24s
Details
This commit is contained in:
parent
f3a8191ffc
commit
01a7a1349b
|
@ -18,7 +18,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install the latest version of uv
|
- name: Install the latest version of uv
|
||||||
uses: astral-sh/setup-uv@v4
|
uses: https://github.com/astral-sh/setup-uv.git@v4
|
||||||
with:
|
with:
|
||||||
version: "latest"
|
version: "latest"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue