ci: Install test deps in pre-commit workflow

This commit is contained in:
Mike A.
2024-09-03 18:26:47 +02:00
parent 470fb667bd
commit 180d703dcc

View File

@@ -20,7 +20,7 @@ jobs:
run: |
python -m pip install poetry
poetry config virtualenvs.in-project true
poetry install --with dev
poetry install --with dev,test
- uses: pre-commit/action@v3.0.1