Skip to content

Commit

Permalink
Remove coverage installation from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jrrobison1 committed Apr 4, 2024
1 parent 8cb0f01 commit 57520d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Install coverage
run: |
poetry run pip install coverage
- name: Run tests
run: |
Expand Down

0 comments on commit 57520d6

Please sign in to comment.