@ -16,8 +16,6 @@ jobs:
- restore_cache:
keys:
- dependencies-{{ checksum "requirements/dev.txt" }}-{{ checksum "requirements/prod.txt" }}
# Fallback to using the latest cache if no exact match is found
- dependencies-
- run:
name: Install dependencies
command: pip install -r requirements/dev.txt