Skip to content

Update h5py requirement from <3.11.0,>=3.1.0 to >=3.1.0,<3.13.0 in /tests #657

Update h5py requirement from <3.11.0,>=3.1.0 to >=3.1.0,<3.13.0 in /tests

Update h5py requirement from <3.11.0,>=3.1.0 to >=3.1.0,<3.13.0 in /tests #657

name: PR Commits
on: [pull_request]
jobs:
Checks:
runs-on: ubuntu-22.04
steps:
- name: Clone OpenVINO
uses: actions/checkout@v4
- 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 }}