Skip to content

Commit 4db4d4a

Browse files
committed
db ci/cd
1 parent 82a2ef5 commit 4db4d4a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ jobs:
259259
- name: Install task package
260260
run: |
261261
pip install -e .fileformats-medimage-mrtrix -e ./fileformats-medimage-mrtrix-extras -e '.[test]'
262-
python -c "import pydra.tasks.mrtrix3 as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
263-
python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
264262
265263
- name: Test with pytest
266264
run: |
@@ -335,7 +333,7 @@ jobs:
335333

336334

337335
deploy:
338-
needs: [devcheck, test]
336+
needs: [devcheck, test, deploy-fileformats, deploy-fileformats-extras]
339337
runs-on: ubuntu-latest
340338
env:
341339
PYTHON_VERSION: 3.11

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "pydra-mrtrix3 contains Pydra task specifications for MRtrix3 tool
88
readme = "README.rst"
99
requires-python = ">=3.8"
1010
dependencies = [
11-
"pydra >=0.22",
11+
"pydra >=0.23",
1212
"fileformats-medimage_mrtrix3",
1313
"pytest",
1414
] # bug in fileformats requires this currently

0 commit comments

Comments
 (0)