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

Add wheel package to github CI

This commit is contained in:
zhupr
2021-09-07 18:54:19 +08:00
committed by you-n-g
parent ab9b6dc47a
commit 0fc52333b7
2 changed files with 6 additions and 0 deletions

View File

@@ -26,9 +26,13 @@ jobs:
- name: Lint with Black
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
python.exe -m pip install pip --upgrade
python.exe -m pip install wheel --upgrade
python.exe -m pip install black
python.exe -m black qlib -l 120 --check --diff
else
python -m pip install pip --upgrade
python -m pip install wheel --upgrade
python -m pip install black
python -m black qlib -l 120 --check --diff
fi

View File

@@ -26,6 +26,8 @@ jobs:
- name: Lint with Black
run: |
cd ..
python -m pip install pip --upgrade
python -m pip install wheel --upgrade
python -m pip install black
python -m black qlib -l 120 --check --diff
# Test Qlib installed with pip