Skip to content

Commit

Permalink
reinstall zenml from local
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov authored Oct 11, 2023
1 parent f85e329 commit 13a8bbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-templates-to-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
please make the code in zenml-io/template-e2e-batch compatible with new version of\
ZenML core, release it and update release tag in zenml.cli.base.ZENML_PROJECT_TEMPLATES"
- name: Re-install ZenML from local
shell: bash
run: |
pip install ".[dev, server, template]"
- name: Check-out fresh E2E template
run: |
mkdir -p examples/e2e
Expand Down

0 comments on commit 13a8bbc

Please sign in to comment.