We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89eee53 commit c43b795Copy full SHA for c43b795
.circleci/config.yml
@@ -35,7 +35,7 @@ jobs:
35
command: python main.py --method baro --dataset re2-tt
36
no_output_timeout: 3h
37
- save_cache:
38
- key: rcaeval-data-v1-{{ .Branch }}-{{ epoch }}
+ key: rcaeval-data-v1-{{ .Branch }}-{{ checksum "requirements.txt" }}
39
paths:
40
- data
41
@@ -60,7 +60,7 @@ jobs:
60
command: pytest tests/test_datasets.py
61
62
63
64
65
66
0 commit comments