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 a1ad85a commit 036bc35Copy full SHA for 036bc35
.github/workflows/run_tutorials.yml
@@ -41,10 +41,8 @@ jobs:
41
# install himalaya from source to get early testing
42
pip install git+https://github.com/gallantlab/himalaya.git
43
pip install -e ."[docs,github]"
44
- # use neurodebian installer for travis
45
- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
46
sudo apt-get update -qq
47
- sudo apt-get install git-annex-standalone
+ sudo apt-get install git-annex
48
49
- name: Config git-annex
50
run: |
0 commit comments