Skip to content

Commit 46d0d1d

Browse files
committed
removed import tests from installation
1 parent dbd0376 commit 46d0d1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
- name: Install task package
3838
run: |
3939
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__}')"
4240
- name: Install development Pydra and fileformats-medimage
4341
run: |
4442
pip install --no-deps git+https://github.com/nipype/pydra.git@new-syntax

0 commit comments

Comments
 (0)