We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae89bb commit c2d46f8Copy full SHA for c2d46f8
.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