Skip to content

Commit de9f530

Browse files
committed
👷 Install git-annex before datalad-osf
[skip ci]
1 parent ea3a304 commit de9f530

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/smoke_test_participant.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ jobs:
148148
uses: conda-incubator/[email protected]
149149
- name: Set up datalad-OSF
150150
run: |
151+
sudo apt-get update && sudo apt-get install -y git-annex
151152
git config --global user.email "[email protected]"
152153
git config --global user.name "Theodore (Machine User)"
153154
yes | conda install -c conda-forge datalad
@@ -211,6 +212,7 @@ jobs:
211212
python-version: 3.12
212213
- name: Set up datalad-OSF
213214
run: |
215+
sudo apt-get update && sudo apt-get install -y git-annex
214216
git config --global user.email "[email protected]"
215217
git config --global user.name "Theodore (Machine User)"
216218
yes | conda install -c conda-forge datalad

0 commit comments

Comments
 (0)