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 566b243 commit f20f267Copy full SHA for f20f267
.github/workflows/ci-cd.yml
@@ -40,8 +40,8 @@ jobs:
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
+ pip install --no-deps git+https://github.com/nipype/pydra.git@develop
+ pip install --no-deps git+https://github.com/arcanaframework/fileformats-medimage.git@updated-pydra-imports
45
- name: Test with pytest
46
47
pytest -sv --cov pydra.tasks.$SUBPACKAGE --cov-report xml
0 commit comments