Skip to content

Commit

Permalink
refactor: remove unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dancergraham committed Jan 18, 2025
1 parent 4cbb624 commit 14ace25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install coverage codecov
python -m pip install coverage
- name: Run coverage
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 14ace25

Please sign in to comment.