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 841fc21 commit e3400dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
at: /tmp

- run:
name: Test CuBIDS (Python = ${{ matrix.python_version }})
name: Test CuBIDS (Python = << matrix.python_version >>)
command: |
export PATH=/tmp/miniconda/bin:$PATH
conda create -n cubids python=${{ matrix.python_version }} pip
conda create -n cubids python=<< matrix.python_version >> pip
source activate cubids
conda install -c conda-forge -y datalad
Expand Down

0 comments on commit e3400dd

Please sign in to comment.