Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 71fbaf4

Browse files
authored
install latest flyteidl with monodocs build (#459)
Signed-off-by: Niels Bantilan <[email protected]>
1 parent 246745d commit 71fbaf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/monodocs_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ jobs:
3535
conda install -c conda-forge conda-lock
3636
conda-lock install -n monodocs-env monodocs-environment.lock.yaml
3737
- shell: bash -el {0}
38+
working-directory: ${{ github.workspace }}/flyte
3839
run: |
3940
conda activate monodocs-env
41+
pip install ./flyteidl
4042
conda info
4143
conda list
4244
conda config --show-sources

0 commit comments

Comments
 (0)