Skip to content

Commit

Permalink
ci: Install test deps in pre-commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo committed Sep 3, 2024
1 parent 470fb66 commit 180d703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

Expand Down

0 comments on commit 180d703

Please sign in to comment.