File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff 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+ 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+ 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 : |
You can’t perform that action at this time.
0 commit comments