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 3e1a7a3 commit d903380
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 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=<< parameters.python_version >> pip
conda create -n cubids python=<< matrix.python_version >> pip
source activate cubids
conda install -c conda-forge -y datalad
Expand Down Expand Up @@ -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: /.*/
Expand Down

0 comments on commit d903380

Please sign in to comment.