File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
-e related-packages/fileformats-extras
114
114
-e .[dev,test]
115
115
- 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
117
117
- name : Generate task specifications
118
118
run : >
119
119
./generate.py
@@ -202,7 +202,7 @@ jobs:
202
202
-e ./related-packages/fileformats-extras
203
203
-e '.[test]'
204
204
- 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
206
206
# - name: Test with pytest
207
207
# run: pytest -sv pydra/tasks/mrtrix3 --cov pydra.tasks.mrtrix3 --cov-report xml
208
208
# - uses: codecov/codecov-action@v2
You can’t perform that action at this time.
0 commit comments