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 a25394e commit d100536Copy full SHA for d100536
.github/workflows/ci-cd.yml
@@ -37,11 +37,6 @@ jobs:
37
- name: Install task package
38
run: |
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@develop
44
- 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