Skip to content

Commit

Permalink
fix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill committed Apr 26, 2024
1 parent e83dade commit 6d3dc6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
- run:
name: List packages
command: python -m pip list
- restore_cache:
keys:
- data-cache-sample
- restore_cache:
keys:
- data-cache-misc
- restore_cache:
keys:
- data-cache-somato
Expand Down

0 comments on commit 6d3dc6f

Please sign in to comment.