diff --git a/.github/workflows/cache_elephant_data.yml b/.github/workflows/cache_elephant_data.yml index d0b09ccb2..66f79d670 100644 --- a/.github/workflows/cache_elephant_data.yml +++ b/.github/workflows/cache_elephant_data.yml @@ -37,7 +37,7 @@ jobs: - name: Cache found? run: echo "Cache-hit == ${{steps.cache-datasets.outputs.cache-hit == 'true'}}" - - name: Installing gin + - name: Installing datalad if: steps.cache-datasets.outputs.cache-hit != 'true' run: | git config --global user.email "elephant_ci@fake_mail.com" @@ -52,9 +52,10 @@ jobs: # Download repository and also fetch data run: | cd ~ + datalad --version datalad install --recursive --get-data https://gin.g-node.org/NeuralEnsemble/elephant-data cd elephant-data - echo "dataset-path =$(pwd)"" >> $GITHUB_OUTPUT + echo "dataset-path =$(pwd)" >> $GITHUB_OUTPUT - name: Show size of the cache to assert data is downloaded run: |