From d903380e8da68fcd087663d873f42841b82c0a96 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Thu, 1 Feb 2024 11:17:44 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4192a94a8..6257feadf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: conda info -a export PATH=/tmp/miniconda/bin:$PATH - conda create -n cubids python=<< parameters.python_version >> pip + conda create -n cubids python=<< matrix.python_version >> pip source activate cubids conda install -c conda-forge -y datalad @@ -65,12 +65,11 @@ workflows: - run_pytests: # Define the matrix for Python versions matrix: - parameters: - python_version: - - "3.8" - - "3.9" - - "3.10" - - "3.11" + python_version: + - "3.8" + - "3.9" + - "3.10" + - "3.11" filters: tags: only: /.*/