File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -35,22 +35,21 @@ jobs:
3535 run : |
3636 $CONDA/bin/conda install -c conda-forge git-annex datalad pip codecov pytest
3737 $CONDA/bin/python -m pip install datalad-osf
38- # $CONDA/bin/pip install git+https://github.com/Lykos153/AnnexRemote.git
3938
4039 - uses : actions/cache@v2
4140 with :
4241 path : ${{ env.TEST_DATA_HOME }}
43- key : data-cache-v1
42+ key : data-cache-v2
4443 restore-keys : |
45- data-cache-
44+ data-cache-v2
4645
4746 - name : Install test data
4847 run : |
4948 export PATH=$CONDA/bin:$PATH
5049 mkdir -p /home/runner/testdata
5150 cd /home/runner/testdata
5251
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
5453 $CONDA/bin/datalad update --merge -d nitransforms-tests/
5554 $CONDA/bin/datalad get -d nitransforms-tests/
5655
You can’t perform that action at this time.
0 commit comments