We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8f64c commit 9606251Copy full SHA for 9606251
1 file changed
.github/workflows/all-tests.yml
@@ -107,7 +107,8 @@ jobs:
107
run: |
108
pip install datalad-installer
109
if [ ${{ runner.os }} = 'Linux' ]; then
110
- sudo apt-get install datalad
+ datalad-installer git-annex -m datalad/packages
111
+ pip install datalad
112
elif [ ${{ runner.os }} = 'macOS' ]; then
113
datalad-installer --sudo ok git-annex --method brew
114
elif [ ${{ runner.os }} = 'Windows' ]; then
0 commit comments