Skip to content

Commit

Permalink
Fix GitHub workflow for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Apr 6, 2022
1 parent f735578 commit b953036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
pip install tox coverage
- name: Test with tox ${{ matrix.python.toxenv }}
env:
Expand Down

0 comments on commit b953036

Please sign in to comment.