mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-07-28 05:00:38 +03:00
feat: enhance CI workflow by installing project dependencies and freezing pytest
This commit is contained in:
@@ -54,8 +54,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install project dependecies
|
- name: Install project dependecies
|
||||||
run: uv sync --group dev --group test --locked --no-install-project
|
run: uv sync --group dev --group test --locked --no-install-project
|
||||||
with:
|
|
||||||
python-version: ${{ matrix.python-version }}
|
|
||||||
|
|
||||||
- name: Lint with ruff
|
- name: Lint with ruff
|
||||||
run: uv run --frozen ruff check .
|
run: uv run --frozen ruff check .
|
||||||
|
|||||||
Reference in New Issue
Block a user