We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ec184 commit 87e86d5Copy full SHA for 87e86d5
.circleci/config.yml
@@ -15,11 +15,11 @@ jobs:
15
- checkout
16
17
# Download and cache dependencies
18
- - restore_cache:
19
- keys:
20
- - v1-dependencies-{{ checksum "requirements_stub.txt" }}
21
- # fallback to using the latest cache if no exact match is found
22
- - v1-dependencies-
+ #- restore_cache:
+ # keys:
+ # - v1-dependencies-{{ checksum "requirements_stub.txt" }}
+ # # fallback to using the latest cache if no exact match is found
+ # - v1-dependencies-
23
24
- run:
25
name: install dependencies
0 commit comments