Skip to content

Commit 4fc118b

Browse files
committed
MNT use git-annex from ubuntu
1 parent f8733cd commit 4fc118b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run_tests.yml

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

0 commit comments

Comments
 (0)