We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d46f8 commit 7f62c26Copy full SHA for 7f62c26
.circleci/config.yml
@@ -16,11 +16,11 @@ jobs:
16
- checkout
17
18
# Download and cache dependencies
19
- # - restore_cache:
20
- # keys:
21
- # - v1-dependencies-{{ checksum "requirements.txt" }}
22
- # # fallback to using the latest cache if no exact match is found
23
- # - v1-dependencies-
+ - restore_cache:
+ keys:
+ - v1-dependencies-{{ checksum "requirements.txt" }}
+ # fallback to using the latest cache if no exact match is found
+ - v1-dependencies-
24
25
- run:
26
name: install dependencies
0 commit comments