fix setup uv step
Run Tests / Run Tests (push) Failing after 31s
Details
Run Tests / Run Tests (push) Failing after 31s
Details
This commit is contained in:
parent
93eb6c1b4e
commit
241a068f00
|
@ -17,13 +17,10 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.9.20'
|
||||
|
||||
- name: Install the latest version of uv
|
||||
run: |
|
||||
apt update && apt install -y python3-pip
|
||||
pip3 install uv
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in New Issue