update
This commit is contained in:
@@ -42,8 +42,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Lint backend code
|
- name: Lint backend code
|
||||||
run: |
|
run: |
|
||||||
pwd
|
ls workspace/sprint_1_2/CODEBASE
|
||||||
ls -la
|
|
||||||
python -m py_compile workspace/sprint_1_2/CODEBASE/backend/cv_inference_server.py
|
python -m py_compile workspace/sprint_1_2/CODEBASE/backend/cv_inference_server.py
|
||||||
find backend -name '*.py' -exec python -m py_compile {} +
|
find backend -name '*.py' -exec python -m py_compile {} +
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user