File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -35,22 +35,21 @@ jobs:
35
35
run : |
36
36
$CONDA/bin/conda install -c conda-forge git-annex datalad pip codecov pytest
37
37
$CONDA/bin/python -m pip install datalad-osf
38
- # $CONDA/bin/pip install git+https://github.com/Lykos153/AnnexRemote.git
39
38
40
39
- uses : actions/cache@v2
41
40
with :
42
41
path : ${{ env.TEST_DATA_HOME }}
43
- key : data-cache-v1
42
+ key : data-cache-v2
44
43
restore-keys : |
45
- data-cache-
44
+ data-cache-v2
46
45
47
46
- name : Install test data
48
47
run : |
49
48
export PATH=$CONDA/bin:$PATH
50
49
mkdir -p /home/runner/testdata
51
50
cd /home/runner/testdata
52
51
53
- $CONDA/bin/datalad install https://github.com/nipreps-data/ nitransforms-tests.git
52
+ $CONDA/bin/datalad install https://gin.g-node.org/oesteban/ nitransforms-tests
54
53
$CONDA/bin/datalad update --merge -d nitransforms-tests/
55
54
$CONDA/bin/datalad get -d nitransforms-tests/
56
55
You can’t perform that action at this time.
0 commit comments