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 6b01b85 commit f194d37Copy full SHA for f194d37
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Run tests
47
shell: bash -l {0}
48
run: |
49
- python -m pytest -vv --cov=pymc-bart --cov-report=term --cov-report=xml pymc-bart/tests
+ python -m pytest -vv --cov=pymc_bart --cov-report=term --cov-report=xml tests
50
env:
51
PYTHON_VERSION: ${{ matrix.python-version }}
52
0 commit comments