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

CI updating

This commit is contained in:
Young
2020-12-09 11:22:34 +00:00
committed by you-n-g
parent c0f1696adb
commit 303021cd47
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-16.04, ubuntu-18.04, macos-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2