mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-18 18:04:31 +08:00
CI updating
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, ubuntu-16.04, ubuntu-18.04, macos-latest]
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ class SignalRecord(RecordTemp):
|
|||||||
raw_label = self.dataset.prepare(**params)
|
raw_label = self.dataset.prepare(**params)
|
||||||
|
|
||||||
self.recorder.save_objects(**{"label.pkl": raw_label})
|
self.recorder.save_objects(**{"label.pkl": raw_label})
|
||||||
self.dataset.__class__ = orig_cls
|
self.dataset.__class__ = orig_cls
|
||||||
|
|
||||||
def list(self):
|
def list(self):
|
||||||
return ["pred.pkl", "label.pkl"]
|
return ["pred.pkl", "label.pkl"]
|
||||||
|
|||||||
Reference in New Issue
Block a user