diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 5918a8f3..931037fa 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -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 @@ -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 @@ -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