Skip to content

Commit 346f048

Browse files
committed
switch to 'develop' branch of pydra in github action
1 parent e783931 commit 346f048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
-e related-packages/fileformats-extras
114114
-e .[dev,test]
115115
- name: Install development Pydra
116-
run: pip install --no-deps git+https://github.com/nipype/pydra.git@new-syntax
116+
run: pip install --no-deps git+https://github.com/nipype/pydra.git@develop
117117
- name: Generate task specifications
118118
run: >
119119
./generate.py
@@ -202,7 +202,7 @@ jobs:
202202
-e ./related-packages/fileformats-extras
203203
-e '.[test]'
204204
- name: Install development Pydra
205-
run: pip install --no-deps git+https://github.com/nipype/pydra.git@new-syntax
205+
run: pip install --no-deps git+https://github.com/nipype/pydra.git@develop
206206
# - name: Test with pytest
207207
# run: pytest -sv pydra/tasks/mrtrix3 --cov pydra.tasks.mrtrix3 --cov-report xml
208208
# - uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)