update test module
Run Tests / Run Tests (push) Successful in 32s Details

This commit is contained in:
James Ravenscroft 2024-12-08 16:47:47 +00:00
parent 21526f5ea3
commit 12bf8ec601
1 changed files with 2 additions and 2 deletions

View File

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