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 dbd0376 commit 46d0d1dCopy full SHA for 46d0d1d
.github/workflows/ci-cd.yml
@@ -37,8 +37,6 @@ jobs:
37
- name: Install task package
38
run: |
39
pip install ".[test]"
40
- python -c "import pydra.tasks.$SUBPACKAGE as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
41
- python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
42
- name: Install development Pydra and fileformats-medimage
43
44
pip install --no-deps git+https://github.com/nipype/pydra.git@new-syntax
0 commit comments