File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,11 @@ 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
44
data-cache-
46
45
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