Skip to content

Commit a941c50

Browse files
author
Jonathan Harper
committed
Remove pip cache fallback for CircleCI
This change removes the caching fallback in the case where dependencies change, since it can cause CI failures when we have incompatible dependencies in the cache.
1 parent 86f63d9 commit a941c50

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
keys:
3434
# Parameterize the cache so that different python versions can get different versions of the packages
3535
- v1-dependencies-py<< parameters.pyversion >>-{{ checksum "python_deps.txt" }}
36-
# fallback to using the latest cache if no exact match is found
37-
- v1-dependencies-py<< parameters.pyversion >>-
3836

3937
- run:
4038
name: Install Dependencies

0 commit comments

Comments
 (0)