Skip to content

Commit b666556

Browse files
committed
Add dep installation to coverage workflow
1 parent b17edc6 commit b666556

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818

19-
- name: Install dependencies
19+
- name: Install repo dependencies
20+
run: pip install .
21+
22+
- name: Install test dependencies
2023
run: pip install pytest pytest-cov
2124

2225
- name: Run tests

0 commit comments

Comments
 (0)