Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Apr 19, 2024
1 parent 66a1795 commit 91f4a5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cache_elephant_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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: |
Expand Down

0 comments on commit 91f4a5a

Please sign in to comment.