1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-03 19:10:58 +08:00

test fix CI error

This commit is contained in:
Linlang
2024-03-05 23:13:23 +08:00
parent 66fad0a92e
commit 77b6fcb92a

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
if: (matrix.python-version == '3.8')
uses: actions/setup-python@v3
uses: actions/setup-python@v2
with:
python-version: "3.8.17"