From 669d80d303ce62b15e42859bcd66994dace30793 Mon Sep 17 00:00:00 2001 From: Moritz-Alexander-Kern <92092328+Moritz-Alexander-Kern@users.noreply.github.com> Date: Fri, 19 Apr 2024 13:33:29 +0200 Subject: [PATCH] change paths --- .github/workflows/cache_elephant_data.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cache_elephant_data.yml b/.github/workflows/cache_elephant_data.yml index 66f79d670..627ffe450 100644 --- a/.github/workflows/cache_elephant_data.yml +++ b/.github/workflows/cache_elephant_data.yml @@ -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 \ No newline at end of file + du -hs ~/elephant-data + ls -lh ~/elephant-data \ No newline at end of file