Skip to content

Commit

Permalink
fix cache name - NBs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahernank committed Aug 11, 2023
1 parent 02f423e commit b50424d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/cache/restore@v3
with:
path: gcs_cache
key: gcs_cache_tests_20230811
key: gcs_cache_notebooks_20230811

- name: Run notebooks
run: poetry run jupyter nbconvert --execute notebooks/* --inplace
Expand All @@ -41,4 +41,4 @@ jobs:
if: always()
with:
path: gcs_cache
key: gcs_cache_tests_20230811
key: gcs_cache_notebooks_20230811

0 comments on commit b50424d

Please sign in to comment.