Skip to content

Commit ee532de

Browse files
committed
Update imports in workflow #251
1 parent c220d47 commit ee532de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-python@v5
2525

2626
- name: Install dependencies
27-
run: pip install pytest pytest-cov
27+
run: pip install pytest pytest-cov pyld
2828

2929
- name: Run coverage test
3030
run: pytest --cov --cov-report=xml

0 commit comments

Comments
 (0)