Skip to content

Commit 036bc35

Browse files
committed
MNT use git-annex from ubuntu
1 parent a1ad85a commit 036bc35

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run_tutorials.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@ jobs:
4141
# install himalaya from source to get early testing
4242
pip install git+https://github.com/gallantlab/himalaya.git
4343
pip install -e ."[docs,github]"
44-
# use neurodebian installer for travis
45-
bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
4644
sudo apt-get update -qq
47-
sudo apt-get install git-annex-standalone
45+
sudo apt-get install git-annex
4846
4947
- name: Config git-annex
5048
run: |

0 commit comments

Comments
 (0)