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 1bbfcc1 commit 3b86ac9Copy full SHA for 3b86ac9
.github/workflows/ci-cd.yml
@@ -240,8 +240,6 @@ jobs:
240
-e ./related-packages/fileformats
241
-e ./related-packages/fileformats-extras
242
-e '.[test]'
243
- - name: Install dev branch of pydra until bugfix
244
- run: pip install --upgrade git+https://github.com/nipype/pydra.git@typing-bugfixes
245
- name: Test with pytest
246
run: pytest -sv pydra/tasks/mrtrix3 --cov pydra.tasks.mrtrix3 --cov-report xml
247
- uses: codecov/codecov-action@v1
0 commit comments