Skip to content

Commit

Permalink
Corrects CI caching to look for zipped database file.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhorsfield96 committed Aug 16, 2022
1 parent db2d0df commit 4bb143e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
cache-name: cache-node-modules
with:
path: models/ggCallerdb
path: models/ggCallerdb.tar.bz2
key: ${{ runner.os }}-${{ env.cache-name }}-
restore-keys: |
${{ runner.os }}-build-
Expand Down

0 comments on commit 4bb143e

Please sign in to comment.