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

test fix CI error

This commit is contained in:
Linlang
2024-03-05 23:10:28 +08:00
parent 5af52c2472
commit 66fad0a92e

View File

@@ -26,7 +26,7 @@ jobs:
if: (matrix.python-version == '3.8')
uses: actions/setup-python@v3
with:
python-version: "3.8.16"
python-version: "3.8.17"
# 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.