Skip to content

Commit

Permalink
Merge pull request #16 from zenml-io/2024.04.05
Browse files Browse the repository at this point in the history
Update release version
  • Loading branch information
strickvl authored Apr 11, 2024
2 parents dcdac50 + b5f35d0 commit d23d98b
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 d23d98b

Please sign in to comment.