Skip to content

Commit 2c67d94

Browse files
authored
Merge pull request #3 from zenml-io/2024.04.05
Rename tag and increase timeout
2 parents dea4803 + 7831e8b commit 2c67d94

File tree

1 file changed

+6
-0
lines changed
  • .github/actions/llm_finetuning_template_test

1 file changed

+6
-0
lines changed

.github/actions/llm_finetuning_template_test/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,23 @@ runs:
5353
- name: Install ZenML
5454
if: ${{ inputs.ref-zenml != '' }}
5555
shell: bash
56+
env:
57+
UV_HTTP_TIMEOUT: '1000'
5658
run: |
5759
uv pip install --system "zenml[dev, templates]@git+https://github.com/zenml-io/zenml.git@${{ inputs.ref-zenml }}"
5860
5961
- name: Install ZenML
6062
if: ${{ inputs.ref-zenml == '' }}
6163
shell: bash
64+
env:
65+
UV_HTTP_TIMEOUT: '1000'
6266
run: |
6367
uv pip install --system "zenml[dev, templates]"
6468
6569
- name: Install requirements
6670
shell: bash
71+
env:
72+
UV_HTTP_TIMEOUT: '1000'
6773
run: |
6874
uv pip install --system -r ./local_checkout/test-requirements.txt
6975
uv pip install --system -r ./local_checkout/template/requirements.txt

0 commit comments

Comments
 (0)