Skip to content

reusable workflow

reusable workflow #1

Workflow file for this run

name: CI
on: [push]
jobs:
call-reusable-workflow:
uses: luxonis/luxonis-ml/.github/workflows/luxonis-ml-ci.yaml@feature/custom-pre-commit-hooks

Check failure on line 7 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 7, Col: 11): Input python is required, but not provided while calling. .github/workflows/ci.yaml (Line: 10, Col: 23): Invalid input, python_version is not defined in the referenced workflow.
with:
os: 'ubuntu-latest, macos-latest'
python_version: '3.8, 3.9'
src_dir: 'src/luxonis_ml'