Skip to content

Commit

Permalink
fix: select python without fiddling
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Goncalves <[email protected]>
  • Loading branch information
oesteban and mgxd committed May 17, 2024
1 parent 4f59910 commit 32a1caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- run:
name: Install test data from GIN
command: |
export PATH=/opt/circleci/.pyenv/versions/3.12.2/bin/:/opt/circleci/git-annex.linux:$PATH
export PATH=/opt/circleci/git-annex.linux:$PATH
pyenv local 3
mkdir -p /tmp/data
cd /tmp/data
datalad install -r https://gin.g-node.org/oesteban/nitransforms-tests
Expand Down

0 comments on commit 32a1caa

Please sign in to comment.