[Python API] Move wheel folder to the python dir (#9125)
* [Python API] Move wheel folder to the python dir * codestyle files * one more codestyle * align with master * ignore some flake8 comments
This commit is contained in:
committed by
GitHub
parent
ddc4098473
commit
ab09135195
4
.github/workflows/py_checks.yml
vendored
4
.github/workflows/py_checks.yml
vendored
@@ -54,13 +54,13 @@ jobs:
|
||||
path: src_diff.diff
|
||||
- name: Run Flake on wheel
|
||||
run: python -m flake8 ./ --config=../setup.cfg
|
||||
working-directory: inference-engine/ie_bridges/python/wheel
|
||||
working-directory: src/bindings/python/wheel
|
||||
- name: Create code style diff for wheel
|
||||
if: failure()
|
||||
run: |
|
||||
python -m black -l 160 -S ./
|
||||
git diff > wheel_diff.diff
|
||||
working-directory: inference-engine/ie_bridges/python/wheel
|
||||
working-directory: src/bindings/python/wheel
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: failure()
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user