Skip to content

Commit d1747c9

Browse files
committed
disabled unittests for now
1 parent 63f483e commit d1747c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ jobs:
203203
-e '.[test]'
204204
- name: Install development Pydra
205205
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() }}
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() }}
210210

211211
deploy-fileformats:
212212
needs: [test]

0 commit comments

Comments
 (0)