Skip to content

Commit

Permalink
change paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Apr 19, 2024
1 parent 91f4a5a commit 669d80d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cache_elephant_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,10 @@ jobs:
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
- name: Show size of the cache to assert data is downloaded
run: |
cd ~
du -hs ${{steps.download-dataset.outputs.dataset-path}}
cd ${{steps.download-dataset.outputs.dataset-path}}
pwd
ls -lh
cd elephant
du -hs ~/elephant-data
ls -lh ~/elephant-data

0 comments on commit 669d80d

Please sign in to comment.