8000 chore(ci): Test pydra.compose.nipype1 · nipype/pydra-nipype1@36df8b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36df8b9

Browse files
committed
chore(ci): Test pydra.compose.nipype1
1 parent f1ce8d0 commit 36df8b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888
python -c "import pydra.utils as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
8989
- name: Test with pytest
9090
run: |
91-
pytest -sv --doctest-modules --pyargs pydra.tasks.$SUBPACKAGE \
92-
--cov pydra.tasks.$SUBPACKAGE --cov-report xml --cov-report term-missing
91+
pytest -sv --doctest-modules --pyargs pydra.compose.$SUBPACKAGE \
92+
--cov pydra.compose.$SUBPACKAGE --cov-report xml --cov-report term-missing
9393
- uses: codecov/codecov-action@v4
9494
if: ${{ always() }}
9595
with:

0 commit comments

Comments
 (0)
0