Skip to content

Commit

Permalink
Add missing coverage package
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Mar 21, 2024
1 parent 6034549 commit 29bc7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
shell: bash
run: |
python -m pip install --upgrade pip
pip install pytest
pip install pytest coverage
- name: "Install python dependencies for project"
shell: bash
Expand Down

0 comments on commit 29bc7c4

Please sign in to comment.