Skip to content

Remove bindings generation from manifest build #29

Remove bindings generation from manifest build

Remove bindings generation from manifest build #29

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- name: Build component
run: |
make setup
make build-no-edgee
- name: Test component
run: |
make test