File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments