From 71fbaf4291393d7e120df868e68404494849842f Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Mon, 5 Feb 2024 17:05:22 -0500 Subject: [PATCH] install latest flyteidl with monodocs build (#459) Signed-off-by: Niels Bantilan --- .github/workflows/monodocs_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/monodocs_build.yml b/.github/workflows/monodocs_build.yml index c0befb62..a2610915 100644 --- a/.github/workflows/monodocs_build.yml +++ b/.github/workflows/monodocs_build.yml @@ -35,8 +35,10 @@ jobs: conda install -c conda-forge conda-lock conda-lock install -n monodocs-env monodocs-environment.lock.yaml - shell: bash -el {0} + working-directory: ${{ github.workspace }}/flyte run: | conda activate monodocs-env + pip install ./flyteidl conda info conda list conda config --show-sources