Skip to content

Commit c7b0d9f

Browse files
authored
Merge branch 'main' into test-cleanup-imports
2 parents a04c9f4 + 01ee4f7 commit c7b0d9f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/all-tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,7 @@ jobs:
107107
run: |
108108
pip install datalad-installer
109109
if [ ${{ runner.os }} = 'Linux' ]; then
110-
wget https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
111-
mkdir /home/runner/work/installation
112-
mv git-annex-standalone-amd64.tar.gz /home/runner/work/installation/
113-
workdir=$(pwd)
114-
cd /home/runner/work/installation
115-
tar xvzf git-annex-standalone-amd64.tar.gz
116-
echo "$(pwd)/git-annex.linux" >> $GITHUB_PATH
117-
cd $workdir
110+
datalad-installer --sudo ok git-annex --method datalad/packages
118111
elif [ ${{ runner.os }} = 'macOS' ]; then
119112
datalad-installer --sudo ok git-annex --method brew
120113
elif [ ${{ runner.os }} = 'Windows' ]; then

0 commit comments

Comments
 (0)