From fc500e29c1902a72650acd61ba5fd72f4c7cb5f2 Mon Sep 17 00:00:00 2001 From: Moritz-Alexander-Kern <92092328+Moritz-Alexander-Kern@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:24:23 +0200 Subject: [PATCH] update elephant-data path --- .github/workflows/CI.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 785343522..b7e4a3d02 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -152,7 +152,7 @@ jobs: echo "dataset_hash=$(git ls-remote https://gin.g-node.org/NeuralEnsemble/elephant-data.git HEAD | cut -f1)" >> $GITHUB_OUTPUT - uses: actions/cache/restore@v3 - # Loading cache of ephys_testing_dataset + # Loading cache of elephant-data id: cache-datasets with: path: ~/elephant-data @@ -186,7 +186,10 @@ jobs: - name: Test with pytest shell: bash -l {0} run: | - export ELEPHANT_DATA_PATH=~/elephant-data + du ~/elephant-data + full_path=$(realpath "~/elephant-data") + echo "$full_path" + export ELEPHANT_DATA_PATH="$full_path" pytest --cov=elephant # __ ___ _