ci: 🧪 ensure ruff is installed in test workflow
This commit is contained in:
parent
3c0c870a76
commit
5670f4fdde
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
path: ./.venv
|
||||
key: venv-${{ hashFiles('poetry.lock') }}
|
||||
- name: install dependencies
|
||||
run: poetry install --with test
|
||||
run: poetry install --with dev,test
|
||||
- name: check linter and formatter
|
||||
run: |
|
||||
poetry run ruff check .
|
||||
|
|
|
|||
Loading…
Reference in a new issue