From adc27786293dc060305a8e85348a17fb772107fa Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:48:11 -0800 Subject: [PATCH] Stop building docs (#53) Signed-off-by: Eduardo Apolinario Co-authored-by: Eduardo Apolinario Co-authored-by: Kamal <54046807+kamaleybov@users.noreply.github.com> --- .github/workflows/tests.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aea9e0fabb..c6e1a759ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,36 +24,6 @@ jobs: - name: Run tests run: make test_unit - docs: - runs-on: ubuntu-latest - steps: - - name: Fetch the code - uses: actions/checkout@v4 - - uses: conda-incubator/setup-miniconda@v3 - with: - auto-update-conda: true - python-version: 3.9 - - shell: bash -el {0} - run: | - conda install -c conda-forge conda-lock - conda-lock install -n monodocs-env monodocs-environment.lock.yaml - - shell: bash -el {0} - run: | - conda activate monodocs-env - pip install -e ./flyteidl - conda info - conda list - conda config --show-sources - conda config --show - printenv | sort - - name: Setup Graphviz - uses: ts-graphviz/setup-graphviz@v1 - - name: Build the documentation - shell: bash -el {0} - run: | - conda activate monodocs-env - make docs - generate_kustomize: runs-on: ubuntu-latest steps: