We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2d128 commit 2cd1260Copy full SHA for 2cd1260
.github/workflows/coverage.yml
@@ -15,6 +15,8 @@ jobs:
15
run: |
16
pip install pytest pytest-cov
17
pip install -e .[dev]
18
+ - name: Run Python setup
19
+ run: python -c "import penaltyblog as pb; pb.install_stan()"
20
- name: Run tests with coverage
21
run: pytest --cov --cov-report=xml
22
- name: Upload coverage reports to Codecov
0 commit comments