Skip to content

Commit 0c3f23d

Browse files
committed
Merge branch 'main' into pr/275
2 parents 9a3c311 + c17fcf2 commit 0c3f23d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run doctests
3838
run: |
3939
pip install -e .[test]
40-
pytest --doctest-modules causalpy/
40+
pytest --doctest-modules --ignore=causalpy/tests/ causalpy/
4141
- name: Run tests
4242
run: |
4343
pip install -e .[test]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ check_lint:
1818

1919
doctest:
2020
pip install causalpy[test]
21-
pytest --doctest-modules causalpy/
21+
pytest --doctest-modules --ignore=causalpy/tests/ causalpy/
2222

2323
test:
2424
pip install causalpy[test]

0 commit comments

Comments
 (0)