Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Feb 16, 2024
1 parent a3967f8 commit 05d8885
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
wget https://raw.githubusercontent.com/MRtrix3/macos-installer/master/install
chmod +x install
sudo ./install
sudo ./install -f
# Test mrinfo (exit after 10 seconds)
- name: Test mrinfo
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Test mrview
run: |
export QT_QPA_PLATFORM=offscreen
mrview
mrview --version
- name: Test dwifslpreproc
run: |
Expand All @@ -37,4 +37,4 @@ jobs:
run: |
wget https://raw.githubusercontent.com/MRtrix3/macos-installer/master/uninstall
chmod +x uninstall
sudo ./uninstall
sudo ./uninstall -f

0 comments on commit 05d8885

Please sign in to comment.