Skip to content

Commit

Permalink
check ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf committed Jun 20, 2024
1 parent 7e31be0 commit 074f9d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_qlib_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit 074f9d8

Please sign in to comment.