mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 01:06:56 +08:00
test fix CI error
This commit is contained in:
2
.github/workflows/test_qlib_from_source.yml
vendored
2
.github/workflows/test_qlib_from_source.yml
vendored
@@ -24,7 +24,7 @@ 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@v4
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: "3.8.16"
|
python-version: "3.8.16"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user