Skip to content

Commit a1ad85a

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

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
@@ -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 ."[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: Lint with flake8
5048
run: |

0 commit comments

Comments
 (0)