From a973e4fb66c19faa55438c50730d2027aa793c03 Mon Sep 17 00:00:00 2001 From: Wangwuyi123 <51237097+Wangwuyi123@users.noreply.github.com> Date: Fri, 15 Apr 2022 18:17:16 +0800 Subject: [PATCH] Update test_macos.yml (#1055) --- .github/workflows/test_macos.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test_macos.yml b/.github/workflows/test_macos.yml index 8924fa7b2a..5d9f3768e2 100644 --- a/.github/workflows/test_macos.yml +++ b/.github/workflows/test_macos.yml @@ -45,6 +45,14 @@ jobs: run: | python -m pip install numpy==1.19.5 python -m pip install pyqlib --ignore-installed ruamel.yaml numpy + - name: Make html with sphnix + run: | + pip install -U sphinx + pip install sphinx_rtd_theme readthedocs_sphinx_ext + pip install --exists-action=w --no-cache-dir -r docs/requirements.txt + cd docs + sphinx-build -b html . build + cd .. - name: Install Lightgbm for MacOS run: | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Microsoft/qlib/main/.github/brew_install.sh)"