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.
1 parent cad9d82 commit a9f650aCopy full SHA for a9f650a
.circleci/config.yml
@@ -133,8 +133,9 @@ jobs:
133
- run:
134
name: Setup git-annex and DataLad
135
command: |
136
- mamba install -y git-annex=*=alldep* unzip uv
+ uv tool install git-annex
137
uv tool install --with=datalad-next --with=datalad-osf datalad
138
+ uv tool install --with=datalad-next datalad-osf
139
git config --global user.name 'NiPreps Bot'
140
git config --global user.email '[email protected]'
141
0 commit comments