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

This commit is contained in:
James Ravenscroft 2024-12-08 16:35:06 +00:00
parent 50356b5775
commit 5d18c6d1f8
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ jobs:
uses: actions/checkout@v3
- name: Install the latest version of uv
run:
- pip3 install uv
run: |
pip3 install uv
- name: Install dependencies
run: uv sync