Skip to content

Commit c2d46f8

Browse files
authored
Update config.yml
1 parent 8ae89bb commit c2d46f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- checkout
1717

1818
# Download and cache dependencies
19-
- restore_cache:
20-
keys:
21-
- v1-dependencies-{{ checksum "requirements.txt" }}
22-
# fallback to using the latest cache if no exact match is found
23-
- v1-dependencies-
19+
# - restore_cache:
20+
# keys:
21+
# - v1-dependencies-{{ checksum "requirements.txt" }}
22+
# # fallback to using the latest cache if no exact match is found
23+
# - v1-dependencies-
2424

2525
- run:
2626
name: install dependencies

0 commit comments

Comments
 (0)