From bc9d2a8bb9f88a8c7d920ce94df8bde2d5013d76 Mon Sep 17 00:00:00 2001 From: Linlang Date: Thu, 20 Jun 2024 14:32:18 +0800 Subject: [PATCH] check ci error --- .github/workflows/test_qlib_from_source.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_qlib_from_source.yml b/.github/workflows/test_qlib_from_source.yml index b8d5fed507..90120343d4 100644 --- a/.github/workflows/test_qlib_from_source.yml +++ b/.github/workflows/test_qlib_from_source.yml @@ -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 .. diff --git a/setup.py b/setup.py index 3b92f109f3..3e2712a3bb 100644 --- a/setup.py +++ b/setup.py @@ -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'",