feat: enhance CI workflow by installing project dependencies and freezing pytest

This commit is contained in:
grillazz
2026-07-20 10:39:16 +02:00
parent 284a828fae
commit b9d1f1a0d5
-2
View File
@@ -54,8 +54,6 @@ jobs:
- name: Install project dependecies
run: uv sync --group dev --group test --locked --no-install-project
with:
python-version: ${{ matrix.python-version }}
- name: Lint with ruff
run: uv run --frozen ruff check .