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

This commit is contained in:
James Ravenscroft 2024-12-08 16:37:04 +00:00
parent 70132590a3
commit 93eb6c1b4e
1 changed files with 1 additions and 1 deletions

View File

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