v0.1.3 Set default logging level to INFO (#14)

* set default logging level to INFO

* remove unnecessary import

* API future compatibility

* add test for customized learner

* test dependency

Co-authored-by: Chi Wang (MSR) <chiw@microsoft.com>
This commit is contained in:
Chi Wang
2020-12-15 08:10:43 -08:00
committed by GitHub
parent bea2ba8135
commit cb5ce4e3a6
10 changed files with 219 additions and 136 deletions

View File

@@ -37,8 +37,7 @@ jobs:
- name: Install packages and dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest coverage
pip install -e .
pip install -e .[test]
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names