Skip to content

Commit 869b06d

Browse files
authored
Merge pull request #40 from ArcanaFramework/updated-pydra-imports
updated location of pydra.compose
2 parents c92bc21 + 6b76218 commit 869b06d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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

extras/fileformats/extras/medimage/converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import typing as ty
44
import tempfile
55
from fileformats.core import converter
6-
from pydra.design import python, workflow
6+
from pydra.compose import python, workflow
77
from fileformats.medimage.dicom import DicomDir, DicomCollection, DicomSeries
88
from fileformats.application import Json
99
from fileformats.medimage import (

0 commit comments

Comments
 (0)