Skip to content

Commit

Permalink
try the notation that does not work in independent runners
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Apr 19, 2023
1 parent 29d9e38 commit bb59bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/caches_cron_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/cache@v3
id: cache-datasets
with:
path: $HOME/spikeinterface_datasets
path: ~/spikeinterface_datasets # Hope this works at least for this
key: ${{ runner.os }}-datasets-${{ steps.repo_hash.outputs.dataset_hash }}
- name: Cache found?
run: echo "Cache-hit == ${{steps.cache-datasets.outputs.cache-hit == 'true'}}"
Expand Down

0 comments on commit bb59bf1

Please sign in to comment.