Skip to content

docs: Update to MicroPython v1.23 and OpenMV 4.5.6. #63

docs: Update to MicroPython v1.23 and OpenMV 4.5.6.

docs: Update to MicroPython v1.23 and OpenMV 4.5.6. #63

Workflow file for this run

name: Check examples
on:
push:
pull_request:
paths:
- '.github/workflows/*.yml'
- 'examples/**'
- 'ports/unix/**'
- 'py/**'
- 'shared/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
embedding:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make -C examples/embedding -f micropython_embed.mk && make -C examples/embedding
- name: Run
run: ./examples/embedding/embed | grep "hello world"