File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5959 - name : Install Package
6060 run : python3 -m pip install .[test] ./extras[test]
6161 - name : Install development Pydra
62- run : pip install --no-deps git+https://github.com/nipype/pydra.git@new-syntax
62+ run : pip install --no-deps git+https://github.com/nipype/pydra.git@develop
6363 - name : MyPy
6464 run : mypy --install-types --non-interactive --no-warn-unused-ignores .
6565 - name : Pytest
Original file line number Diff line number Diff line change 33import typing as ty
44import tempfile
55from fileformats .core import converter
6- from pydra .design import python , workflow
6+ from pydra .compose import python , workflow
77from fileformats .medimage .dicom import DicomDir , DicomCollection , DicomSeries
88from fileformats .application import Json
99from fileformats .medimage import (
You can’t perform that action at this time.
0 commit comments