File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
.github/actions/llm_finetuning_template_test Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,23 @@ runs:
53
53
- name : Install ZenML
54
54
if : ${{ inputs.ref-zenml != '' }}
55
55
shell : bash
56
+ env :
57
+ UV_HTTP_TIMEOUT : ' 1000'
56
58
run : |
57
59
uv pip install --system "zenml[dev, templates]@git+https://github.com/zenml-io/zenml.git@${{ inputs.ref-zenml }}"
58
60
59
61
- name : Install ZenML
60
62
if : ${{ inputs.ref-zenml == '' }}
61
63
shell : bash
64
+ env :
65
+ UV_HTTP_TIMEOUT : ' 1000'
62
66
run : |
63
67
uv pip install --system "zenml[dev, templates]"
64
68
65
69
- name : Install requirements
66
70
shell : bash
71
+ env :
72
+ UV_HTTP_TIMEOUT : ' 1000'
67
73
run : |
68
74
uv pip install --system -r ./local_checkout/test-requirements.txt
69
75
uv pip install --system -r ./local_checkout/template/requirements.txt
You can’t perform that action at this time.
0 commit comments