Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Feb 1, 2024
1 parent 4d0da52 commit 3e1a7a3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
conda info -a
export PATH=/tmp/miniconda/bin:$PATH
conda create -n cubids python=<< matrix.python_version >> pip
conda create -n cubids python=<< parameters.python_version >> pip
source activate cubids
conda install -c conda-forge -y datalad
Expand Down Expand Up @@ -65,11 +65,12 @@ workflows:
- run_pytests:
# Define the matrix for Python versions
matrix:
python_version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
parameters:
python_version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
filters:
tags:
only: /.*/
Expand Down

0 comments on commit 3e1a7a3

Please sign in to comment.