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 1d533c3 commit 155d973Copy full SHA for 155d973
.github/workflows/ci-cd.yml
@@ -266,9 +266,11 @@ jobs:
266
-e ./related-packages/fileformats-extras
267
-e '.[test]'
268
269
+ - name: Install dev branch of pydra until bugfix
270
+ run: pip install --upgrade git+https://github.com/nipype/pydra.git@typing-bugfixes
271
+
272
- name: Test with pytest
- run: |
- pytest -sv pydra/tasks/mrtrix3 --cov pydra.tasks.mrtrix3 --cov-report xml
273
+ run: pytest -sv pydra/tasks/mrtrix3 --cov pydra.tasks.mrtrix3 --cov-report xml
274
275
- uses: codecov/codecov-action@v1
276
if: ${{ always() }}
0 commit comments