fix setup uv step
Run Tests / Run Tests (push) Failing after 21s
Details
Run Tests / Run Tests (push) Failing after 21s
Details
This commit is contained in:
parent
70132590a3
commit
93eb6c1b4e
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9.20'
|
||||||
|
|
||||||
- name: Install the latest version of uv
|
- name: Install the latest version of uv
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue