Skip to content

Commit f3093ac

Browse files
committed
update worlflow
1 parent ce54e00 commit f3093ac

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
@@ -16,7 +16,7 @@ jobs:
1616
python-version: '3.9'
1717
- name: Install requirements
1818
run: |
19-
pip install pytest pytest-cov
19+
pip install pytest pytest-cov && pip install -e .
2020
- name: Run tests and collect coverage
2121
run: pytest --cov=./ --cov-report=xml
2222
- name: Upload coverage reports to Codecov with GitHub Action

0 commit comments

Comments
 (0)