We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96b5bd commit 6bb7061Copy full SHA for 6bb7061
.github/workflows/pythonpackage.yml
@@ -58,12 +58,12 @@ jobs:
58
- name: Install MRtrix3 dependencies
59
run: |
60
sudo apt update
61
- sudo apt-get install git g++ python python-numpy libeigen3-dev libqt5-opengl-dev zlib1g-dev libgl1-mesa-dev libfftw3-dev libtiff5-dev
+ 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
63
64
git clone https://github.com/MRtrix3/mrtrix3.git
65
cd mrtrix3
66
- ./configure
+ ./configure -nogui
67
./build cmd/mrconvert
68
cd -
69
- name: Set up Python ${{ matrix.python-version }}
0 commit comments