Skip to content

Commit

Permalink
add pytest install to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
epistoteles committed Jun 18, 2024
1 parent 7788c77 commit 5c42fe6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-coverage-reports-and-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: "Install Dependencies"
run: |
python -m pip install --upgrade pip
pip install coverage genbadge
pip install coverage genbadge pytest
- name: "Run Coverage and Generate Badge"
run: |
Expand All @@ -40,4 +40,3 @@ jobs:
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5c42fe6

Please sign in to comment.