Skip to content

Commit

Permalink
Change cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed May 9, 2024
1 parent a38257b commit 5a1f0a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Cache Keras model
uses: actions/cache@v3
with:
path: "~/.cellfinder"
path: "~/.brainglobe"
key: models-${{ hashFiles('~/.brainglobe/**') }}
# Setup pyqt libraries
- name: Setup qtpy libraries
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Cache Keras model
uses: actions/cache@v3
with:
path: "~/.cellfinder"
path: "~/.brainglobe"
key: models-${{ hashFiles('~/.brainglobe/**') }}
# Setup pyqt libraries
- name: Setup qtpy libraries
Expand All @@ -107,7 +107,7 @@ jobs:
- name: Cache Keras model
uses: actions/cache@v3
with:
path: "~/.cellfinder"
path: "~/.brainglobe"
key: models-${{ hashFiles('~/.brainglobe/**') }}

- name: Checkout brainglobe-workflows
Expand Down

0 comments on commit 5a1f0a8

Please sign in to comment.