Skip to content

Commit 2cd1260

Browse files
Martin EastwoodMartin Eastwood
authored andcommitted
updated coverage workflow
1 parent de2d128 commit 2cd1260

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
run: |
1616
pip install pytest pytest-cov
1717
pip install -e .[dev]
18+
- name: Run Python setup
19+
run: python -c "import penaltyblog as pb; pb.install_stan()"
1820
- name: Run tests with coverage
1921
run: pytest --cov --cov-report=xml
2022
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)