From 6587c8fafdb73a86fb510754a946f73f5e562eba Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Thu, 17 Mar 2022 17:30:46 -0700 Subject: [PATCH] Remove mention to flyteidl@union_type in doc-requirements Signed-off-by: Eduardo Apolinario --- .github/workflows/pythonbuild.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pythonbuild.yml b/.github/workflows/pythonbuild.yml index 4d6db42256..289fa802a5 100644 --- a/.github/workflows/pythonbuild.yml +++ b/.github/workflows/pythonbuild.yml @@ -154,6 +154,5 @@ jobs: run: | python -m pip install --upgrade pip==21.2.4 setuptools wheel pip install -r doc-requirements.txt - git clone https://github.com/flyteorg/flyteidl.git && cd flyteidl && git checkout union_type && pip install . && cd .. - name: Build the documentation run: make -C docs html