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 f9e87cf commit bc9d2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_qlib_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Make html with sphinx
run: |
cd docs
python -m pip install sphinx-autobuild Jinja2
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def get_version(rel_path: str) -> str:
"dill",
"dataclasses;python_version<'3.7'",
"filelock",
"jinja2<3.1.0", # for passing the readthedocs workflow.
"jinja2", # for passing the readthedocs workflow.
"gym",
# Installing the latest version of protobuf for python versions below 3.8 will cause unit tests to fail.
"protobuf<=3.20.1;python_version<='3.8'",
Expand Down

0 comments on commit bc9d2a8

Please sign in to comment.