Skip to content

Add CI for examples

Add CI for examples #4

name: Examples Dry Run
on:
pull_request:
branches: [ "main" ]
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install python dependencies
run: |
python3 -m pip install --break-system-packages -r requirements.txt
- name: Run examples
run: |
python3 examples.py --dry-run