We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33acd41 commit adf1518Copy full SHA for adf1518
.github/workflows/ci-cd.yml
@@ -112,6 +112,8 @@ jobs:
112
-e related-packages/fileformats
113
-e related-packages/fileformats-extras
114
-e .[dev,test]
115
+ - name: Install development Pydra
116
+ run: pip install --no-deps git+https://github.com/nipype/pydra.git@new-syntax
117
- name: Generate task specifications
118
run: >
119
./generate.py
0 commit comments