Skip to content

Commit e50f78b

Browse files
committed
fix linux datalad-git-annex install
1 parent c425a52 commit e50f78b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/io-test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,11 @@ jobs:
8282

8383
- name: Install git-annex
8484
# this is the trick from the spikeinterface repo for getting git-annex to work with datalad
85+
# see https://github.com/SpikeInterface/spikeinterface/pull/3877 for more info
8586
shell: bash
8687
run: |
8788
pip install datalad-installer
88-
wget https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
89-
mkdir /home/runner/work/installation
90-
mv git-annex-standalone-amd64.tar.gz /home/runner/work/installation/
91-
workdir=$(pwd)
92-
cd /home/runner/work/installation
93-
tar xvzf git-annex-standalone-amd64.tar.gz
94-
echo "$(pwd)/git-annex.linux" >> $GITHUB_PATH
95-
cd $workdir
89+
datalad-installer --sudo ok git-annex --method datalad/packages
9690
git config --global filter.annex.process "git-annex filter-process" # recommended for efficiency
9791
9892
- name: Configure git

0 commit comments

Comments
 (0)