Skip to content

Commit 84dcb59

Browse files
committed
add apt update to script
1 parent 5bf224c commit 84dcb59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,12 @@ jobs:
6363
# - name: Install MRtrix via Conda
6464
# run: |
6565
# conda install -c mrtrix3 mrtrix3
66+
# conda list
6667
# mrconvert --version
6768
- name: Install mrtrix
68-
run: sudo apt install mrtrix
69+
run: |
70+
sudo apt update
71+
sudo apt install mrtrix
6972
- name: Set up Python ${{ matrix.python-version }}
7073
uses: actions/setup-python@v2
7174
with:

0 commit comments

Comments
 (0)