Skip to content

Commit

Permalink
cicd db
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 28, 2024
1 parent 0078ca2 commit 1d533c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ jobs:
name: MRtrix3
path: ${{ env.MRTRIX_INSTALL}}

- name: Make commands executable
run: chmod +x ${{ env.MRTRIX_INSTALL }}/bin/*

- name: Set PATH Variable
run: echo "PATH=$PATH:$MRTRIX_INSTALL/bin" >> $GITHUB_ENV

Expand Down
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ name = "pydra-mrtrix3"
description = "pydra-mrtrix3 contains Pydra task specifications for MRtrix3 tools"
readme = "README.rst"
requires-python = ">=3.8"
dependencies = [
"pydra >=0.23",
"fileformats-medimage_mrtrix3",
"pytest",
] # bug in fileformats requires this currently
dependencies = ["fileformats-medimage_mrtrix3", "numpy", "pydra >=0.23"]
license = { file = "LICENSE" }
authors = [{ name = "Thomas G. Close", email = "[email protected]" }]
maintainers = [{ name = "Thomas G. Close", email = "[email protected]" }]
Expand Down

0 comments on commit 1d533c3

Please sign in to comment.