Skip to content

Commit 3f9153c

Browse files
committed
[update] 20250309
1 parent 6c9182f commit 3f9153c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

circle.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
steps:
2020
- checkout
2121

22-
- restore_cache:
23-
keys:
24-
- v1-dependencies-{{ checksum "requirements.txt" }}
25-
# fallback to using the latest cache if no exact match is found
26-
- v1-dependencies-
27-
2822
- run:
2923
name: install dependencies
3024
command: |
@@ -34,11 +28,6 @@ jobs:
3428
pip install -r requirements.txt > /dev/null
3529
pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/cpu
3630
37-
- save_cache:
38-
paths:
39-
- ./venv
40-
key: v1-dependencies-{{ checksum "requirements.txt" }}
41-
4231
- run:
4332
name: run unittest
4433
command: |

0 commit comments

Comments
 (0)