Skip to content

Commit

Permalink
updated test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDaunt1984 committed Jul 31, 2023
1 parent ee31a2a commit 0fc3153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python -m pip install .
- name: Install Test dependencies
run: |
python -m pip install pytest coverage flake8
python -m pip install pytest coverage flake8, pytest-cov
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 0fc3153

Please sign in to comment.