Skip to content

Commit a9f650a

Browse files
committed
chore: Install datalad-osf, git-annex from PyPI
1 parent cad9d82 commit a9f650a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,9 @@ jobs:
133133
- run:
134134
name: Setup git-annex and DataLad
135135
command: |
136-
mamba install -y git-annex=*=alldep* unzip uv
136+
uv tool install git-annex
137137
uv tool install --with=datalad-next --with=datalad-osf datalad
138+
uv tool install --with=datalad-next datalad-osf
138139
git config --global user.name 'NiPreps Bot'
139140
git config --global user.email '[email protected]'
140141

0 commit comments

Comments
 (0)