Upgrade spaces and add more tests

This commit is contained in:
D-X-Y
2021-03-18 15:04:14 +08:00
parent 85ee0ad4eb
commit 38409e602f
12 changed files with 386 additions and 84 deletions

View File

@@ -24,6 +24,16 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Lint with Black
run: |
python -m pip install black
python --version
python -m black --version
echo $PWD ; ls
python -m black ./tests -l 88 --check --diff --verbose
python -m black ./lib/spaces -l 88 --check --diff --verbose
python -m black ./lib/trade_models -l 88 --check --diff --verbose
- name: Test Search Space
run: |
python -m pip install pytest