Skip to content

[GHA] run tests with numpy<2 #16

[GHA] run tests with numpy<2

[GHA] run tests with numpy<2 #16

Workflow file for this run

name: weekly
permissions: read-all
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
pull_request: # remove
jobs:
precommit:
if: github.repository_owner == 'openvinotoolkit'
strategy:
fail-fast: false
matrix:
include:
- python_version: "3.9"
override_requirements: "numpy==1.19.1"
- python_version: "3.11"
# - python_version: "3.12"
uses: ./.github/workflows/call_precommit.yml

Check failure on line 20 in .github/workflows/weekly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/weekly.yml

Invalid workflow file

error parsing called workflow ".github/workflows/weekly.yml" -> "./.github/workflows/call_precommit.yml" : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
with:
python_version: ${{ matrix.python_version }}
override_requirements: ${{ matrix.override_requirements || '' }}
gpu_enabled: false
# macos:
# if: github.repository_owner == 'openvinotoolkit'
# uses: ./.github/workflows/macos.yml