Skip to content

Commit aae26d1

Browse files
committed
maint: update GHA test data source
1 parent 50ae456 commit aae26d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ 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: |
4544
data-cache-
4645
@@ -50,7 +49,7 @@ jobs:
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

0 commit comments

Comments
 (0)