Skip to content

Commit 7646484

Browse files
committed
👷 Install datalad via conda instead of neurodebian
1 parent 3955717 commit 7646484

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/smoke_test_participant.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,13 @@ jobs:
144144
TAG=$TAG$VARIANT
145145
echo DOCKER_TAG=$(echo "ghcr.io/${{ github.repository }}" | tr '[:upper:]' '[:lower:]'):$TAG >> $GITHUB_ENV
146146
cat $GITHUB_ENV
147+
- name: setup-conda
148+
uses: s-weigand/[email protected]
147149
- name: Set up datalad-OSF
148150
run: |
149151
git config --global user.email "[email protected]"
150152
git config --global user.name "Theodore (Machine User)"
151-
wget -O- http://neuro.debian.net/lists/jammy.us-tn.libre | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
152-
sudo apt-key adv --recv-keys --keyserver hkps://keyserver.ubuntu.com 0xA5D32F012649A5A9
153-
sudo apt-get update
154-
sudo apt-get install datalad git-annex
153+
yes | conda install -c conda-forge datalad
155154
pip install datalad-osf
156155
- name: Get NHP test data
157156
run: |
@@ -203,14 +202,13 @@ jobs:
203202
TAG=$TAG$VARIANT
204203
echo DOCKER_TAG=$(echo "ghcr.io/${{ github.repository }}" | tr '[:upper:]' '[:lower:]'):$TAG >> $GITHUB_ENV
205204
cat $GITHUB_ENV
205+
- name: setup-conda
206+
uses: s-weigand/[email protected]
206207
- name: Set up datalad-OSF
207208
run: |
208209
git config --global user.email "[email protected]"
209210
git config --global user.name "Theodore (Machine User)"
210-
wget -O- http://neuro.debian.net/lists/jammy.us-tn.libre | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
211-
sudo apt-key adv --recv-keys --keyserver hkps://keyserver.ubuntu.com 0xA5D32F012649A5A9
212-
sudo apt-get update
213-
sudo apt-get install datalad git-annex
211+
yes | conda install -c conda-forge datalad
214212
pip install datalad-osf
215213
- name: Get rodent test data
216214
run: |

0 commit comments

Comments
 (0)