We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83cb28c + b747906 commit c17fcf2Copy full SHA for c17fcf2
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Run doctests
38
run: |
39
pip install -e .[test]
40
- pytest --doctest-modules causalpy/
+ pytest --doctest-modules --ignore=causalpy/tests/ causalpy/
41
- name: Run tests
42
43
Makefile
@@ -18,7 +18,7 @@ check_lint:
18
19
doctest:
20
pip install causalpy[test]
21
22
23
test:
24
0 commit comments