Skip to content

Commit

Permalink
add cache restore
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashenC committed Aug 25, 2023
1 parent fbda13a commit a2c67c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,15 @@ jobs:

- checkout

# Restore pip wheel
- restore_cache:
keys:
- v1-model_cache-{{ checksum "setup.py" }}
- v1-pip-wheel_cache-python<< parameters.v >>-ray<< parameters.ray >>-{{ checksum "setup.py" }}

# Restore model
- restore_cache:
keys:
- v1-model_cache-{{ checksum "setup.py" }}

- run:
name: Install EvaDB package from GitHub repo with all dependencies
Expand Down

0 comments on commit a2c67c2

Please sign in to comment.