Upgrade spaces and add more tests
This commit is contained in:
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user