Skip to content

Commit 7640b45

Browse files
committed
Do not use neurodebian for now - not supporting 24.04 ATM
1 parent 0c7423b commit 7640b45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/base-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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')

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

0 commit comments

Comments
 (0)