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 63f483e commit d1747c9Copy full SHA for d1747c9
.github/workflows/ci-cd.yml
@@ -203,10 +203,10 @@ jobs:
203
-e '.[test]'
204
- name: Install development Pydra
205
run: pip install --no-deps git+https://github.com/nipype/pydra.git@new-syntax
206
- - name: Test with pytest
207
- run: pytest -sv pydra/tasks/mrtrix3 --cov pydra.tasks.mrtrix3 --cov-report xml
208
- - uses: codecov/codecov-action@v2
209
- if: ${{ always() }}
+ # - name: Test with pytest
+ # run: pytest -sv pydra/tasks/mrtrix3 --cov pydra.tasks.mrtrix3 --cov-report xml
+ # - uses: codecov/codecov-action@v2
+ # if: ${{ always() }}
210
211
deploy-fileformats:
212
needs: [test]
0 commit comments