We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ae456 commit e2fa866Copy full SHA for e2fa866
.github/workflows/travis.yml
@@ -35,7 +35,6 @@ jobs:
35
run: |
36
$CONDA/bin/conda install -c conda-forge git-annex datalad pip codecov pytest
37
$CONDA/bin/python -m pip install datalad-osf
38
- # $CONDA/bin/pip install git+https://github.com/Lykos153/AnnexRemote.git
39
40
- uses: actions/cache@v2
41
with:
@@ -50,7 +49,7 @@ jobs:
50
49
mkdir -p /home/runner/testdata
51
cd /home/runner/testdata
52
53
- $CONDA/bin/datalad install https://github.com/nipreps-data/nitransforms-tests.git
+ $CONDA/bin/datalad install https://gin.g-node.org/oesteban/nitransforms-tests
54
$CONDA/bin/datalad update --merge -d nitransforms-tests/
55
$CONDA/bin/datalad get -d nitransforms-tests/
56
0 commit comments