File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 16
16
- TEMPLATEFLOW_HOME : /tmp/templateflow
17
17
steps :
18
18
- checkout
19
+ - run :
20
+ name : Install uv
21
+ command : pip install uv
22
+
19
23
- run :
20
24
name : Install package
21
25
command : pip install .[test]
@@ -33,10 +37,10 @@ jobs:
33
37
- /var/lib/apt
34
38
35
39
- run :
36
- name : Install texlive
40
+ name : Install texlive and git-annex
37
41
command : |
38
42
sudo apt-get update
39
- sudo apt-get install -y --no-install-recommends dvipng texlive texlive-latex-extra cm-super
43
+ sudo apt-get install -y --no-install-recommends dvipng texlive texlive-latex-extra cm-super git-annex
40
44
41
45
- save_cache :
42
46
key : apt-v0
@@ -77,10 +81,10 @@ jobs:
77
81
mkdir -p /tmp/data
78
82
pushd /tmp/data
79
83
if [[ ! -d ds000003 ]]; then
80
- datalad install -r https://github.com/nipreps-data/ds000003.git
84
+ uvx --with=datalad-osf datalad install -r https://github.com/nipreps-data/ds000003.git
81
85
fi
82
- datalad update -r --merge -d ds000003/
83
- datalad get -J 2 -r -d ds000003/ ds000003/*
86
+ uvx --with=datalad-osf datalad update -r --merge -d ds000003/
87
+ uvx --with=datalad-osf datalad get -J 2 -r -d ds000003/ ds000003/*
84
88
popd
85
89
86
90
- save_cache :
You can’t perform that action at this time.
0 commit comments