Skip to content

Commit 1c3cb92

Browse files
committed
point to the config file
1 parent 6c45f79 commit 1c3cb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup environment
2525
run: pip install -e .[test]
2626
- name: Run doctests
27-
run: pytest --doctest-modules --ignore=causalpy/tests/ causalpy/
27+
run: pytest --doctest-modules --ignore=causalpy/tests/ causalpy/ --config-file=causalpy/tests/conftest.py
2828
- name: Run extra tests
2929
run: pytest docs/source/.codespell/test_notebook_to_markdown.py
3030
- name: Run tests

0 commit comments

Comments
 (0)