Skip to content

Commit 1353e96

Browse files
committed
disabled doctest in python testing
1 parent 9bff3bb commit 1353e96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ jobs:
165165
166166
- name: Test with pytest
167167
run: |
168-
pytest -sv --doctest-modules ./pydra/tasks/afni \
169-
--cov pydra.tasks.afni --cov-report xml
168+
pytest -sv ./pydra/tasks/afni --cov pydra.tasks.afni --cov-report xml
170169
171170
- name: Upload to CodeCov
172171
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)