We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8733cd commit 4fc118bCopy full SHA for 4fc118b
.github/workflows/run_tests.yml
@@ -40,10 +40,8 @@ jobs:
40
# install himalaya from source to get early testing
41
pip install git+https://github.com/gallantlab/himalaya.git
42
pip install -e ."[github]"
43
- # use neurodebian installer for travis
44
- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
45
sudo apt-get update -qq
46
- sudo apt-get install git-annex-standalone
+ sudo apt-get install git-annex
47
48
- name: Lint with flake8
49
run: |
0 commit comments