Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
virtualenvs-in-project: true
installer-parallel: true
- name: Install dependencies
run: poetry install --no-interaction --no-root
- name: Install machine
run: poetry install --no-interaction
run: poetry install --no-interaction --all-extras
- name: Lint with Black
run: poetry run black . --check --diff
- name: Lint with Flake8
Expand All @@ -48,9 +46,7 @@ jobs:
with:
node-version: "24"
- name: Lint with pyright
run: |
npm install -g [email protected]
poetry run pyright
run: poetry run pyright
- name: Test with pytest
run: poetry run pytest --cov --cov-report=xml
env:
Expand Down
Loading