File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 matrix :
1313 os :
1414 - macos-latest
15- - ubuntu-20.04
15+ - ubuntu-latest
1616 steps :
1717 - name : Check out repository
1818 uses : actions/checkout@v4
@@ -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 88
99jobs :
1010 tests :
11- runs-on : ubuntu-20.04
11+ runs-on : ubuntu-latest
1212 strategy :
1313 fail-fast : false
1414 steps :
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
21- sudo eatmydata apt-get install singularity-container gnupg moreutils strace
22- sudo eatmydata apt-get install datalad datalad-container
21+ sudo eatmydata apt-get install singularity-container gnupg moreutils strace git-annex
22+ pip install datalad datalad-container
2323 git config --global user.email "[email protected] " 2424 git config --global user.name "CI Almighty"
2525
You can’t perform that action at this time.
0 commit comments