Skip to content

add CI for examples dry run #1

add CI for examples dry run

add CI for examples dry run #1

name: Examples Dry Run
on:
push:
branches: [ '*' ]
pull_request:
branches: [ "main" ]
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install python dependencies
run: |

Check failure on line 13 in .github/workflows/test_examples_dry_run.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_examples_dry_run.yaml

Invalid workflow file

You have an error in your yaml syntax on line 13
python3 -m pip install --break-system-packages -r requirements.txt
- name: Run examples
run: |
python3 examples.py --dry-run