Skip to content

Commit 87e86d5

Browse files
committed
requirements tf2
1 parent c3ec184 commit 87e86d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- checkout
1616

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

2424
- run:
2525
name: install dependencies

0 commit comments

Comments
 (0)