mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-19 03:23:39 +00:00
fix: Update env variable for model caching timeout (#3405)
* fix: Update env variable for model caching timeout The environment variable used to set the timeout for the model caching step had a typo in it from the maintainers of `actions/cache@v3`, which is why it has not been working (see comment [here](https://github.com/actions/cache/issues/810#issuecomment-1281895575)). * Removed newline
This commit is contained in:
parent
cf4642a5f8
commit
51d4fe01c3
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -682,7 +682,7 @@ jobs:
|
|||||||
path: ~/.cache/huggingface/transformers/
|
path: ~/.cache/huggingface/transformers/
|
||||||
key: hf-models
|
key: hf-models
|
||||||
env:
|
env:
|
||||||
SEGMENT_DOWNLOAD_TIMEOUT_MIN: 15
|
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 15
|
||||||
|
|
||||||
- name: Download models
|
- name: Download models
|
||||||
if: steps.cache-hf-models.outputs.cache-hit != 'true'
|
if: steps.cache-hf-models.outputs.cache-hit != 'true'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user