Skip to content

Commit

Permalink
i hate ci
Browse files Browse the repository at this point in the history
  • Loading branch information
virajmparekh committed Jan 23, 2020
1 parent d74b4b8 commit 34b193e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ jobs:
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "requirements.txt" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- save_cache:
paths:
- ./venv
key: v1-dependencies-{{ checksum "requirements.txt" }}
deploy:
docker:
- image: astronomerinc/ap-airflow:latest
Expand Down

0 comments on commit 34b193e

Please sign in to comment.