Skip to content

Commit 397ecd9

Browse files
committed
CI: Try using datalad installer
1 parent 159d100 commit 397ecd9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,14 @@ jobs:
5656
data-v0-
5757
- name: Install datalad
5858
run: |
59-
sudo apt-get update -y
60-
sudo apt-get install -y git-annex --no-install-recommends
59+
python -m pip install datalad-installer
60+
datalad-installer --sudo ok git-annex -m datalad/git-annex
6161
python -m pip install datalad datalad-osf
6262
datalad wtf
63+
- name: Pacify git
64+
run: |
65+
git config --global user.email "github@niworkflows.ci"
66+
git config --global user.name "Niworkflows Action"
6367
- name: Fetch test data
6468
run: |
6569
DS=$HOME/.cache/stanford-crn

0 commit comments

Comments
 (0)