Skip to content

Commit

Permalink
Update imports in workflow #251
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Feb 6, 2025
1 parent c220d47 commit ee532de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-python@v5

- name: Install dependencies
run: pip install pytest pytest-cov
run: pip install pytest pytest-cov pyld

- name: Run coverage test
run: pytest --cov --cov-report=xml
Expand Down

0 comments on commit ee532de

Please sign in to comment.