kopia lustrzana https://github.com/Yakifo/amqtt
update workflow with correct install packages
rodzic
cc69c4e549
commit
17f82a7eda
|
@ -33,7 +33,7 @@ jobs:
|
|||
python-version: "3.13"
|
||||
|
||||
- name: 🏗 Install the project
|
||||
run: uv sync --locked --dev --optional db
|
||||
run: uv sync --locked --dev --all-extras
|
||||
|
||||
- name: Run mypy
|
||||
run: uv run --frozen mypy ${{ env.PROJECT_PATH }}/
|
||||
|
@ -69,7 +69,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: 🏗 Install the project
|
||||
run: uv sync --locked --dev
|
||||
run: uv sync --locked --dev --all-extras
|
||||
|
||||
- name: Run pytest
|
||||
run: uv run --frozen pytest tests/ --cov=./ --cov-report=xml --junitxml=pytest-report.xml
|
||||
|
|
Ładowanie…
Reference in New Issue