Skip to content

Commit

Permalink
chore(ci): Use uv pip to speed up templateflow install
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 21, 2024
1 parent 84e5566 commit 407068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
key: templateflow-v1
- name: Fetch templates
run: |
pip install templateflow
uv pip install templateflow
python -c "from templateflow.api import get; get('Fischer344', desc=None, suffix='T2w')"
python -c "from templateflow.api import get; get('MNI152NLin6Asym', resolution=2, desc='LR', suffix='T1w')"
- name: Save templateflow cache
Expand Down

0 comments on commit 407068c

Please sign in to comment.