Skip to content

Commit

Permalink
Add missing packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
wacom-github committed Apr 6, 2022
1 parent a55231a commit 3ec08cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
pylint --rcfile=.pylintrc $(git ls-files '*.py') --fail-under=8.0
- name: Test with pytest
run: |
python -m pip install pytest
python -m pip install pytest pytest-cov pytest-mock
pytest

0 comments on commit 3ec08cc

Please sign in to comment.