Skip to content

Commit eaef36e

Browse files
committed
circleci build and test
1 parent 33c25f5 commit eaef36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Download and cache dependencies
1818
- restore_cache:
1919
keys:
20-
- v1-dependencies-{{ checksum "requirements.txt" }}
20+
- v1-dependencies-{{ checksum "requirements_stub.txt" }}
2121
# fallback to using the latest cache if no exact match is found
2222
- v1-dependencies-
2323

0 commit comments

Comments
 (0)