File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments