Skip to content

Commit 3955717

Browse files
committed
👷 👽 Update git-annex installation
1 parent 5b0779d commit 3955717

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/smoke_test_participant.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ jobs:
124124
participant:
125125
- 032102 032106 032164 032167 032130 032128 2215 2312 032191 032195
126126
steps:
127-
- uses: actions/setup-python@v5
128-
with:
129-
python-version: '>=3.7 <3.12'
130127
- name: Get C-PAC
131128
run: |
132129
if [[ "${{ matrix.variant }}" != "" ]]
@@ -154,7 +151,7 @@ jobs:
154151
wget -O- http://neuro.debian.net/lists/jammy.us-tn.libre | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
155152
sudo apt-key adv --recv-keys --keyserver hkps://keyserver.ubuntu.com 0xA5D32F012649A5A9
156153
sudo apt-get update
157-
sudo apt-get install datalad git-annex-standalone
154+
sudo apt-get install datalad git-annex
158155
pip install datalad-osf
159156
- name: Get NHP test data
160157
run: |
@@ -186,9 +183,6 @@ jobs:
186183
variant:
187184
- ''
188185
steps:
189-
- uses: actions/setup-python@v5
190-
with:
191-
python-version: '>=3.7 <3.12'
192186
- name: Get C-PAC
193187
run: |
194188
if [[ "${{ matrix.variant }}" != "" ]]
@@ -216,7 +210,7 @@ jobs:
216210
wget -O- http://neuro.debian.net/lists/jammy.us-tn.libre | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
217211
sudo apt-key adv --recv-keys --keyserver hkps://keyserver.ubuntu.com 0xA5D32F012649A5A9
218212
sudo apt-get update
219-
sudo apt-get install datalad git-annex-standalone
213+
sudo apt-get install datalad git-annex
220214
pip install datalad-osf
221215
- name: Get rodent test data
222216
run: |

0 commit comments

Comments
 (0)