diff --git a/.github/workflows/caches_cron_job.yml b/.github/workflows/caches_cron_job.yml index 045a645160..75994b2b79 100644 --- a/.github/workflows/caches_cron_job.yml +++ b/.github/workflows/caches_cron_job.yml @@ -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'}}"