Skip to content

Commit 7c6e433

Browse files
authored
Merge pull request #961 from effigies/fix/circleci_get_data
chore(ci): Install datalad-osf, git-annex from PyPI
2 parents cad9d82 + 9f3cb42 commit 7c6e433

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,10 @@ jobs:
133133
- run:
134134
name: Setup git-annex and DataLad
135135
command: |
136-
mamba install -y git-annex=*=alldep* unzip uv
136+
mamba install -y unzip uv
137+
uv tool install git-annex
137138
uv tool install --with=datalad-next --with=datalad-osf datalad
139+
uv tool install --with=datalad-next datalad-osf
138140
git config --global user.name 'NiPreps Bot'
139141
git config --global user.email '[email protected]'
140142

0 commit comments

Comments
 (0)