Skip to content

Commit

Permalink
Make sure we have test dependencies when linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Jul 17, 2022
1 parent 5b5e841 commit 85035f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
python-version: 3.x
- name: Install dependencies
run: python -m pip install pre-commit
run: python -m pip install pre-commit pytest hypothesis
- name: Run pre-commit
run: pre-commit run --all-files

Expand Down

0 comments on commit 85035f5

Please sign in to comment.