Skip to content

Commit 153614b

Browse files
authored
MNT use git-annex from ubuntu in github actions (#49)
* MNT use git-annex from ubuntu * MNT use git-annex from ubuntu
1 parent fc649ba commit 153614b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
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: |

.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)