Skip to content

Commit 4e24225

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/travis.yml

+3-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)