1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-02 18:40:58 +08:00

test fix CI error

This commit is contained in:
Linlang
2024-03-05 23:03:49 +08:00
parent e71ee221f9
commit 3f41787dea

View File

@@ -26,7 +26,7 @@ jobs:
if: (matrix.python-version == '3.8')
uses: actions/setup-python@v4
with:
python-version: "3.8.17"
python-version: "3.8.16"
# Since version 3.7 of python for MacOS is installed in CI, version 3.7.17, this version causes "_bz not found error".
# So we make the version number of python 3.7 for MacOS more specific.