Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Apr 8, 2024
1 parent dea4803 commit 7831e8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/llm_finetuning_template_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,23 @@ runs:
- name: Install ZenML
if: ${{ inputs.ref-zenml != '' }}
shell: bash
env:
UV_HTTP_TIMEOUT: '1000'
run: |
uv pip install --system "zenml[dev, templates]@git+https://github.com/zenml-io/zenml.git@${{ inputs.ref-zenml }}"
- name: Install ZenML
if: ${{ inputs.ref-zenml == '' }}
shell: bash
env:
UV_HTTP_TIMEOUT: '1000'
run: |
uv pip install --system "zenml[dev, templates]"
- name: Install requirements
shell: bash
env:
UV_HTTP_TIMEOUT: '1000'
run: |
uv pip install --system -r ./local_checkout/test-requirements.txt
uv pip install --system -r ./local_checkout/template/requirements.txt
Expand Down

0 comments on commit 7831e8b

Please sign in to comment.