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 93c765f commit 2d02313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
conda info -a
export PATH=/tmp/miniconda/bin:$PATH
conda create -n cubids python=<< matrix.parameters.python_version >> pip
conda create -n cubids python=<< parameters.python_version >> pip
source activate cubids
conda install -c conda-forge -y datalad
Expand Down

0 comments on commit 2d02313

Please sign in to comment.