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 f1ce8d0 commit 36df8b9Copy full SHA for 36df8b9
.github/workflows/pythonpackage.yml
@@ -88,8 +88,8 @@ jobs:
88
python -c "import pydra.utils as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
89
- name: Test with pytest
90
run: |
91
- pytest -sv --doctest-modules --pyargs pydra.tasks.$SUBPACKAGE \
92
- --cov pydra.tasks.$SUBPACKAGE --cov-report xml --cov-report term-missing
+ pytest -sv --doctest-modules --pyargs pydra.compose.$SUBPACKAGE \
+ --cov pydra.compose.$SUBPACKAGE --cov-report xml --cov-report term-missing
93
- uses: codecov/codecov-action@v4
94
if: ${{ always() }}
95
with:
0 commit comments