1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-07 13: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

View File

@@ -148,7 +148,7 @@ class SignalRecord(RecordTemp):
raw_label = self.dataset.prepare(**params)
self.recorder.save_objects(**{"label.pkl": raw_label})
self.dataset.__class__ = orig_cls
self.dataset.__class__ = orig_cls
def list(self):
return ["pred.pkl", "label.pkl"]