Skip to content

Commit c649cf7

Browse files
committed
ditto
1 parent 8d263bc commit c649cf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codcov.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install dependencies
2222
run: pip install pytest pytest-cov
2323

24+
- name: Install OpenPile
25+
run: pip install .
26+
2427
- name: Run tests
2528
run: pytest --cov-branch --cov-report=xml
2629

0 commit comments

Comments
 (0)