1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-16 17:12:20 +08:00

test fix CI error

This commit is contained in:
Linlang
2024-03-05 23:21:22 +08:00
parent 77b6fcb92a
commit 835ef12c20

View File

@@ -24,9 +24,9 @@ jobs:
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
if: (matrix.python-version == '3.8') if: (matrix.python-version == '3.8')
uses: actions/setup-python@v2 uses: actions/setup-python@v4
with: with:
python-version: "3.8.17" python-version: "3.8.10"
# Since version 3.7 of python for MacOS is installed in CI, version 3.7.17, this version causes "_bz not found error". # 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. # So we make the version number of python 3.7 for MacOS more specific.