Skip to content

Commit

Permalink
damn first variable
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Apr 18, 2023
1 parent 00acc69 commit d4badfd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/caches_cron_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:

jobs:



create-virtual-env-cache-if-missing:
name: Caching virtual env
runs-on: "ubuntu-latest"
Expand All @@ -36,6 +38,10 @@ jobs:
- name: Create the virtual environment to be cached
if: steps.cache-venv.outputs.cache-hit != 'true'
uses: ./.github/actions/build-test-environment




create-gin-data-cache-if-missing:
name: Caching data env
runs-on: "ubuntu-latest"
Expand All @@ -51,7 +57,7 @@ jobs:
- uses: actions/cache@v3
id: cache-datasets
with:
path: ${{ github.workspace }}/spikeinterface_datasets
path: $HOME/spikeinterface_datasets
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 d4badfd

Please sign in to comment.