Skip to content

Commit

Permalink
Merge pull request #3 from zenml-io/2024.04.05
Browse files Browse the repository at this point in the history
Rename tag and increase timeout
  • Loading branch information
strickvl authored Apr 8, 2024
2 parents dea4803 + 7831e8b commit 2c67d94
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 2c67d94

Please sign in to comment.