From 9f3cb4233b24d63be46bddbdf2abf2be1ce815e2 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Mon, 28 Jul 2025 11:39:43 -0400 Subject: [PATCH] chore: Install datalad-osf, git-annex from PyPI --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fd4c6ec3955..1b3498c6778 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -133,8 +133,10 @@ jobs: - run: name: Setup git-annex and DataLad command: | - mamba install -y git-annex=*=alldep* unzip uv + mamba install -y unzip uv + uv tool install git-annex uv tool install --with=datalad-next --with=datalad-osf datalad + uv tool install --with=datalad-next datalad-osf git config --global user.name 'NiPreps Bot' git config --global user.email 'nipreps@gmail.com'