File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 12
12
- checkout
13
13
- restore_cache :
14
14
keys :
15
- - env-v3 -{{ .Branch }}-
16
- - env-v3 -master-
17
- - env-v3 -
15
+ - env-v5 -{{ .Branch }}-
16
+ - env-v5 -master-
17
+ - env-v5 -
18
18
- run :
19
19
name : Setup git-annex
20
20
command : |
@@ -29,17 +29,14 @@ jobs:
29
29
- run :
30
30
name : Setup DataLad
31
31
command : |
32
- export PY3=$(pyenv versions | grep '3\.' |
33
- sed -e 's/.* 3\./3./' -e 's/ .*//')
34
- pyenv local $PY3
35
- python -m pip install --no-cache-dir -U pip "setuptools >= 45.0" "setuptools_scm[toml] >= 3.4"
36
- python -m pip install --no-cache-dir -U datalad datalad-osf
32
+ python3 -m pip install --no-cache-dir -U pip "setuptools >= 45.0" "setuptools_scm[toml] >= 3.4"
33
+ python3 -m pip install --no-cache-dir -U datalad datalad-osf
37
34
38
35
- save_cache :
39
- key : env-v3 -{{ .Branch }}-{{ .BuildNum }}
36
+ key : env-v5 -{{ .Branch }}-{{ .BuildNum }}
40
37
paths :
41
38
- /opt/circleci/git-annex.linux
42
- - /opt/circleci/.pyenv/versions/3.9.4
39
+ - /opt/circleci/
43
40
44
41
- restore_cache :
45
42
keys :
49
46
- run :
50
47
name : Install test data from GIN
51
48
command : |
52
- export PY3=$(pyenv versions | grep '3\.' |
53
- sed -e 's/.* 3\./3./' -e 's/ .*//')
54
- pyenv local $PY3
55
49
export PATH=/opt/circleci/git-annex.linux:$PATH
56
50
mkdir -p /tmp/data
57
51
cd /tmp/data
You can’t perform that action at this time.
0 commit comments