Skip to content

Commit 0c7ac18

Browse files
committed
removed qt dep
1 parent fc419b7 commit 0c7ac18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install MRtrix3 dependencies
5959
run: |
6060
sudo apt update
61-
sudo apt-get install git g++ python python-numpy libeigen3-dev zlib1g-dev libqt4-opengl-dev libgl1-mesa-dev libfftw3-dev libtiff5-dev
61+
sudo apt-get install git g++ python python-numpy libeigen3-dev zlib1g-dev libgl1-mesa-dev libfftw3-dev libtiff5-dev
6262
- name: Install MRtrix3 from source
6363
run: |
6464
git clone https://github.com/MRtrix3/mrtrix3.git

0 commit comments

Comments
 (0)