From 13a8bbc4db0f90530b1ca739822b14df0fe0601b Mon Sep 17 00:00:00 2001 From: Andrei Vishniakov <31008759+avishniakov@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:02:59 +0200 Subject: [PATCH] reinstall zenml from local --- .github/workflows/update-templates-to-examples.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/update-templates-to-examples.yml b/.github/workflows/update-templates-to-examples.yml index 842decc23eb..d64283e4975 100644 --- a/.github/workflows/update-templates-to-examples.yml +++ b/.github/workflows/update-templates-to-examples.yml @@ -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