We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26cd0e commit 9d02d29Copy full SHA for 9d02d29
.circleci/config.yml
@@ -704,10 +704,10 @@ jobs:
704
- attach_workspace:
705
at: /home/circleci
706
- restore_cache:
707
- key: integration-test-deps-8-{{ checksum "Pipfile.lock" }}
+ key: integration-test-deps-9-{{ checksum "Pipfile.lock" }}
708
- run: pipenv install --deploy --dev
709
- save_cache:
710
711
paths:
712
- /home/circleci/.local/share/virtualenvs/
713
- run: *wait_for_flowdb
0 commit comments