Skip to content

Commit

Permalink
try not caching lmdb store
Browse files Browse the repository at this point in the history
  • Loading branch information
lilatomic committed Mar 24, 2024
1 parent 43cb8c7 commit facd598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
with:
# v0 makes it easy to bust the cache if needed
# just increase the integer to start with a fresh cache
gha-cache-key: v0
gha-cache-key: v1
named-caches-hash: ${{ hashFiles('devtools/python-default.lock') }}
cache-lmdb-store: 'true'
# cache-lmdb-store: 'true'

- name: Test
run: |
Expand Down

0 comments on commit facd598

Please sign in to comment.