File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,18 @@ jobs:
3030 - name : Install dependencies
3131 run : |
3232 pip install -r requirements.txt
33- pip install pytest ecos
33+ pip install pytest ecos black isort flake8
3434 # isort black flake8
3535 # pip install ecos
3636 - name : Test with pytest
3737 run : |
3838 pytest ./tests
39- # - name: Check with isort
40- # run: |
41- # isort --check --diff .
42- # - name: Check with black
43- # run: |
44- # black --check --diff .
45- # - name: Check with flake8
46- # run: |
47- # flake8 --show-source --statistics .
39+ - name : Check with isort
40+ run : |
41+ isort --check --diff .
42+ - name : Check with black
43+ run : |
44+ black --check --diff .
45+ - name : Check with flake8
46+ run : |
47+ flake8 --show-source --statistics .
You can’t perform that action at this time.
0 commit comments