From f83d0a7748727089fa101e9b99dfd9996e7fef3d Mon Sep 17 00:00:00 2001 From: mathiasg Date: Mon, 24 Jan 2022 17:03:29 -0500 Subject: [PATCH] FIX: Remove excess arguments on wrapper tests Forgetten adjustment after dd478567b6fcfd6e0b1f6d90c60a865987bd5ebc --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a513b394..ea110761 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -192,8 +192,8 @@ jobs: pip install --upgrade "pip<21" "setuptools<45" pip install --upgrade wrapper/ which nibabies-wrapper - nibabies-wrapper docker -i nipreps/nibabies:latest --help - nibabies-wrapper docker -i nipreps/nibabies:latest --version + nibabies-wrapper --help + nibabies-wrapper --version - run: name: Test nibabies-wrapper (Python 3) command: | @@ -205,8 +205,8 @@ jobs: pip install --upgrade pip setuptools pip install --upgrade wrapper/ which nibabies-wrapper - nibabies-wrapper docker -i nipreps/nibabies:latest --help - nibabies-wrapper docker -i nipreps/nibabies:latest --version + nibabies-wrapper --help + nibabies-wrapper --version - store_artifacts: path: /tmp/data/reports @@ -501,4 +501,4 @@ workflows: branches: ignore: /.*/ tags: - only: /.*/ \ No newline at end of file + only: /.*/