Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Apr 5, 2024
1 parent dcdac50 commit b5f35d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/nlp_template_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ runs:
if: ${{ inputs.ref-zenml != '' }}
shell: bash
env:
UV_HTTP_TIMEOUT: '1000'
UV_HTTP_TIMEOUT: '1500'
run: |
uv pip install --system "git+https://github.com/zenml-io/zenml.git@${{ inputs.ref-zenml }}" "zenml[server]@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'
UV_HTTP_TIMEOUT: '1500'
run: |
uv pip install --system zenml "zenml[server]"
Expand All @@ -79,7 +79,7 @@ runs:
- name: Install requirements
shell: bash
env:
UV_HTTP_TIMEOUT: '1000'
UV_HTTP_TIMEOUT: '1500'
run: |
uv pip install --system -r ./local_checkout/all-requirements.txt
uv pip install --system accelerate torchvision
Expand Down

0 comments on commit b5f35d0

Please sign in to comment.