fix build.

This commit is contained in:
wjbeckett
2025-07-18 16:44:54 +10:00
parent a4d31d9ac9
commit 31c6f415d0

View File

@@ -74,6 +74,9 @@ jobs:
- name: Install the project
run: uv sync --locked --all-extras --dev
- name: Setup test config
run: cp config.example.toml config.toml
- name: Run tests
run: uv run pytest tests