Skip to content

Commit 1d533c3

Browse files
committed
cicd db
1 parent 0078ca2 commit 1d533c3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ jobs:
241241
name: MRtrix3
242242
path: ${{ env.MRTRIX_INSTALL}}
243243

244+
- name: Make commands executable
245+
run: chmod +x ${{ env.MRTRIX_INSTALL }}/bin/*
246+
244247
- name: Set PATH Variable
245248
run: echo "PATH=$PATH:$MRTRIX_INSTALL/bin" >> $GITHUB_ENV
246249

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ name = "pydra-mrtrix3"
77
description = "pydra-mrtrix3 contains Pydra task specifications for MRtrix3 tools"
88
readme = "README.rst"
99
requires-python = ">=3.8"
10-
dependencies = [
11-
"pydra >=0.23",
12-
"fileformats-medimage_mrtrix3",
13-
"pytest",
14-
] # bug in fileformats requires this currently
10+
dependencies = ["fileformats-medimage_mrtrix3", "numpy", "pydra >=0.23"]
1511
license = { file = "LICENSE" }
1612
authors = [{ name = "Thomas G. Close", email = "[email protected]" }]
1713
maintainers = [{ name = "Thomas G. Close", email = "[email protected]" }]

0 commit comments

Comments
 (0)