fix setup uv step
Run Tests / Run Tests (push) Failing after 31s Details

This commit is contained in:
James Ravenscroft 2024-12-08 16:43:19 +00:00
parent 93eb6c1b4e
commit 241a068f00
1 changed files with 1 additions and 4 deletions

View File

@ -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