File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 if : startsWith(matrix.os, 'ubuntu')
2222 run : |
2323 # So we get all backports etc
24- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
24+ # bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
2525 sudo apt-get update -qq
2626 sudo apt-get install eatmydata # to speedup some installations
27- sudo eatmydata apt-get install singularity-container shellcheck bats git-annex-standalone
27+ sudo eatmydata apt-get install singularity-container shellcheck bats git-annex
2828
2929 - name : Install dependencies (macOS)
3030 if : startsWith(matrix.os, 'macos')
Original file line number Diff line number Diff line change 1515 - name : Set up system
1616 shell : bash
1717 run : |
18- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
18+ # bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
1919 sudo apt-get update -qq
2020 sudo apt-get install eatmydata
2121 sudo eatmydata apt-get install singularity-container gnupg moreutils strace
You can’t perform that action at this time.
0 commit comments