We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cad9d82 + 9f3cb42 commit 7c6e433Copy full SHA for 7c6e433
.circleci/config.yml
@@ -133,8 +133,10 @@ jobs:
133
- run:
134
name: Setup git-annex and DataLad
135
command: |
136
- mamba install -y git-annex=*=alldep* unzip uv
+ mamba install -y unzip uv
137
+ uv tool install git-annex
138
uv tool install --with=datalad-next --with=datalad-osf datalad
139
+ uv tool install --with=datalad-next datalad-osf
140
git config --global user.name 'NiPreps Bot'
141
git config --global user.email '[email protected]'
142
0 commit comments