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

This commit is contained in:
James Ravenscroft 2024-12-08 16:44:24 +00:00
parent 241a068f00
commit f987540070
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
pip3 install uv
- name: Install dependencies
run: uv sync
run: cd penparse && uv sync
- name: Run tests
run: uv run pytest