Skip to content

Commit 3b86ac9

Browse files
committed
disabled pydra branch install in ci
1 parent 1bbfcc1 commit 3b86ac9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,6 @@ jobs:
240240
-e ./related-packages/fileformats
241241
-e ./related-packages/fileformats-extras
242242
-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
245243
- name: Test with pytest
246244
run: pytest -sv pydra/tasks/mrtrix3 --cov pydra.tasks.mrtrix3 --cov-report xml
247245
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)