Merge 'Fix: add uv sync to all packages for pytest github action' from Pedro Muniz

Hopefully, this solves the problem in main branch.

Closes #1800
This commit is contained in:
Pekka Enberg
2025-06-23 17:48:44 +03:00

View File

@@ -61,7 +61,7 @@ jobs:
enable-cache: true
- name: Install the project
run: uv sync --all-extras --dev
run: uv sync --all-extras --dev --all-packages
- name: Run Pytest
run: uvx pytest tests