Skip to content

Commit

Permalink
CI updating
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g committed Dec 9, 2020
1 parent c0f1696 commit 303021c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion qlib/workflow/record_temp.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def generate(self, **kwargs):
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"]
Expand Down

0 comments on commit 303021c

Please sign in to comment.