ci: 🧪 ensure ruff is installed in test workflow

This commit is contained in:
m5ka 2024-03-26 13:53:53 +00:00
parent 3c0c870a76
commit 5670f4fdde

View file

@ -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 .