Run Python checks on Ubuntu 20.04 (#12687)

* Run Python checks on Ubuntu 20.04

* Run py_checks for changes to workflow

* Fix endline
This commit is contained in:
Alina Kladieva 2022-08-22 21:15:27 +02:00 committed by GitHub
parent 4dcbd85ef7
commit 1734f2d673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,13 +6,15 @@ on:
paths:
- 'src/bindings/python/**'
- 'samples/python/**'
- '.github/workflows/py_checks.yml'
pull_request:
paths:
- 'src/bindings/python/**'
- 'samples/python/**'
- '.github/workflows/py_checks.yml'
jobs:
linters:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Code checkout
uses: actions/checkout@v2
@ -120,5 +122,3 @@ jobs:
- name: Run Bandit
run: python -m bandit -r ./ -f screen
working-directory: src/bindings/python/src/compatibility/openvino