Skip to content

[CI] [GHA] Introduce additional Python (3.9-3.12) API tests on Ubuntu 22 #106470

[CI] [GHA] Introduce additional Python (3.9-3.12) API tests on Ubuntu 22

[CI] [GHA] Introduce additional Python (3.9-3.12) API tests on Ubuntu 22 #106470

name: PR Commits
on: [pull_request]
permissions: read-all
jobs:
Checks:
runs-on: ubuntu-22.04
if: ${{ github.repository_owner == 'openvinotoolkit' }}
steps:
- name: Clone OpenVINO
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install dependencies
run: python3 -m pip install -r ./.github/github_org_control/requirements.txt
- name: PR commits
run: python3 ./.github/github_org_control/check_pr.py --pr=${{ github.event.number }} --check-commits DRY_RUN
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}