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 46d0d1d commit 70c969cCopy full SHA for 70c969c
.github/workflows/ci-cd.yml
@@ -39,6 +39,7 @@ jobs:
39
pip install ".[test]"
40
- name: Install development Pydra and fileformats-medimage
41
run: |
42
+ pip uninstall pydra fileformats-medimage -y
43
pip install --no-deps git+https://github.com/nipype/pydra.git@new-syntax
44
pip install --no-deps git+https://github.com/arcanaframework/fileformats-medimage.git@pydra-syntax-changes
45
- name: Test with pytest
0 commit comments