Skip to content

Commit f194d37

Browse files
committed
fix path
1 parent 6b01b85 commit f194d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Run tests
4747
shell: bash -l {0}
4848
run: |
49-
python -m pytest -vv --cov=pymc-bart --cov-report=term --cov-report=xml pymc-bart/tests
49+
python -m pytest -vv --cov=pymc_bart --cov-report=term --cov-report=xml tests
5050
env:
5151
PYTHON_VERSION: ${{ matrix.python-version }}
5252

0 commit comments

Comments
 (0)