Skip to content

Update setuptools requirement from <72.2.0,>=65.6.1 to >=65.6.1,<73.1.0 in /src/bindings/python #103330

Update setuptools requirement from <72.2.0,>=65.6.1 to >=65.6.1,<73.1.0 in /src/bindings/python

Update setuptools requirement from <72.2.0,>=65.6.1 to >=65.6.1,<73.1.0 in /src/bindings/python #103330

name: PR Commits
on: [pull_request]
permissions: read-all
jobs:
Checks:
runs-on: ubuntu-22.04
steps:
- name: Clone OpenVINO
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- 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 }}