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 6c45f79 commit 1c3cb92Copy full SHA for 1c3cb92
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup environment
25
run: pip install -e .[test]
26
- name: Run doctests
27
- run: pytest --doctest-modules --ignore=causalpy/tests/ causalpy/
+ run: pytest --doctest-modules --ignore=causalpy/tests/ causalpy/ --config-file=causalpy/tests/conftest.py
28
- name: Run extra tests
29
run: pytest docs/source/.codespell/test_notebook_to_markdown.py
30
- name: Run tests
0 commit comments