Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ jobs:
# install himalaya from source to get early testing
pip install git+https://github.com/gallantlab/himalaya.git
pip install -e ."[github]"
# use neurodebian installer for travis
bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
sudo apt-get update -qq
sudo apt-get install git-annex-standalone
sudo apt-get install git-annex

- name: Lint with flake8
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/run_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ jobs:
# install himalaya from source to get early testing
pip install git+https://github.com/gallantlab/himalaya.git
pip install -e ."[docs,github]"
# use neurodebian installer for travis
bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
sudo apt-get update -qq
sudo apt-get install git-annex-standalone
sudo apt-get install git-annex

- name: Config git-annex
run: |
Expand Down