From 074f9d84e5bfc1bf20a486fef095fecc01606516 Mon Sep 17 00:00:00 2001 From: Linlang Date: Thu, 20 Jun 2024 14:10:37 +0800 Subject: [PATCH] check ci error --- .github/workflows/test_qlib_from_source.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_qlib_from_source.yml b/.github/workflows/test_qlib_from_source.yml index 287065b536..90120343d4 100644 --- a/.github/workflows/test_qlib_from_source.yml +++ b/.github/workflows/test_qlib_from_source.yml @@ -74,7 +74,8 @@ jobs: - name: Make html with sphinx run: | cd docs - python -m pip install sphinx sphinx-autobuild + python -m pip install sphinx-autobuild + python -m pip install cmake==3.29.5 sphinx-build -W --keep-going -b html . _build -j 1 -v -vv cd ..