From b5d84347a7b95eabc09e790da919d8854d3e8086 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 8 Sep 2022 16:39:32 +0200 Subject: [PATCH] fix: datalad requires netbase to pull from gin --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e98f2f8522..f7c8e1bf82 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ orbs: jobs: cache_test_data: docker: # executor type - - image: nipreps/miniconda:py39_2205.0 + - image: nipreps/miniconda:py39_2209.01 auth: username: $DOCKER_USER password: $DOCKER_PAT