Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
osimuka committed Nov 11, 2024
1 parent 5fc264a commit a5b485f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ commands:
description: "Restore dependency cache."
steps:
- restore_cache:
keys:
keys:
- deps2-{{ .Branch }}-{{ checksum "requirements-dev.txt" }}
- deps2-{{ .Branch }}-
- deps2-

Expand Down

0 comments on commit a5b485f

Please sign in to comment.