Skip to content

Commit 9606251

Browse files
committed
another attempt
1 parent 5e8f64c commit 9606251

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/all-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ jobs:
107107
run: |
108108
pip install datalad-installer
109109
if [ ${{ runner.os }} = 'Linux' ]; then
110-
sudo apt-get install datalad
110+
datalad-installer git-annex -m datalad/packages
111+
pip install datalad
111112
elif [ ${{ runner.os }} = 'macOS' ]; then
112113
datalad-installer --sudo ok git-annex --method brew
113114
elif [ ${{ runner.os }} = 'Windows' ]; then

0 commit comments

Comments
 (0)