File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -52,20 +52,20 @@ jobs:
52
52
strategy :
53
53
matrix :
54
54
python-version : [3.7, 3.8, 3.9]
55
-
55
+ defaults :
56
+ run :
57
+ shell : bash -l {0}
56
58
steps :
57
59
- uses : actions/checkout@v2
58
- - name : Install MRtrix3 dependencies
59
- run : |
60
- sudo apt update
61
- sudo apt-get install git g++ python python-numpy libeigen3-dev zlib1g-dev libgl1-mesa-dev libfftw3-dev libtiff5-dev
62
- - name : Install MRtrix3 from source
60
+ - name : Install Minconda
61
+ uses : conda-incubator/setup-miniconda@v2
62
+ with :
63
+ auto-activate-base : true
64
+ activate-environment : " "
65
+ - name : Install MRtrix via Conda
63
66
run : |
64
- git clone https://github.com/MRtrix3/mrtrix3.git
65
- cd mrtrix3
66
- ./configure -nogui
67
- ./build bin/mrconvert
68
- cd -
67
+ conda install -c mrtrix3 mrtrix3
68
+ mrconvert --version
69
69
- name : Set up Python ${{ matrix.python-version }}
70
70
uses : actions/setup-python@v2
71
71
with :
You can’t perform that action at this time.
0 commit comments