We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc630e1 commit e8fe426Copy full SHA for e8fe426
.github/workflows/travis.yml
@@ -45,12 +45,17 @@ jobs:
45
run: |
46
$CONDA/bin/conda install -c conda-forge git-annex
47
python -m pip install datalad datalad-next datalad-osf
48
+ - name: Check remote HEAD
49
+ run: |
50
+ git ls-remote https://gin.g-node.org/oesteban/nitransforms-tests \
51
+ | awk '/HEAD/{ print "HEAD=" $1 }' >> $GITHUB_ENV
52
53
- uses: actions/cache@v3
54
with:
55
path: ${{ env.TEST_DATA_HOME }}
- key: data-cache-v2
56
+ key: data-cache-v2-${{ env.HEAD }}
57
restore-keys: |
58
+ data-cache-v2-${{ env.HEAD }}
59
data-cache-v2
60
61
- name: Install test data
0 commit comments