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

This commit is contained in:
James Ravenscroft 2024-12-08 16:32:18 +00:00
parent 8236bdf110
commit 75cd39d45a
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
container:
image: python:3.9
steps:
- name: Checkout code