Skip to content

Commit

Permalink
update elephant-data path
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Apr 25, 2024
1 parent 2f28e2a commit fc500e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
# __ ___ _
Expand Down

0 comments on commit fc500e2

Please sign in to comment.