Skip to content

Update tensorflow requirement from <2.18.0,>=1.15.5 to >=1.15.5,<2.19.0 in /src/bindings/python #371

Update tensorflow requirement from <2.18.0,>=1.15.5 to >=1.15.5,<2.19.0 in /src/bindings/python

Update tensorflow requirement from <2.18.0,>=1.15.5 to >=1.15.5,<2.19.0 in /src/bindings/python #371

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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 }}