fix setup uv step
Run Tests / Run Tests (push) Failing after 36s
Details
Run Tests / Run Tests (push) Failing after 36s
Details
This commit is contained in:
parent
5d18c6d1f8
commit
70132590a3
|
@ -17,6 +17,11 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.9'
|
||||
|
||||
- name: Install the latest version of uv
|
||||
run: |
|
||||
pip3 install uv
|
||||
|
|
Loading…
Reference in New Issue