Skip to content

Commit 7f8f1de

Browse files
committed
try reuse deps cache for deploy
1 parent 5d3a305 commit 7f8f1de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
- image: circleci/python:3.6.1
5757
working_directory: ~/repo
5858
steps:
59+
- restore_cache:
60+
keys:
61+
- v1-dependencies-{{ checksum "requirements.txt" }}
5962
- run:
6063
name: deploy to github
6164
command: |

0 commit comments

Comments
 (0)