Skip to content

Update run.yml

Update run.yml #5

Workflow file for this run

name: run examples
on:
workflow_dispatch
jobs:
_51Peg:
runs-on: ubuntu-latest
steps:
- uses: kima-org/run-examples/.github/workflows/reusable.yml@main
- name: Run 51Peg example
run : |
python -c "from kima import examples; examples._51Peg(run=True, load=True, steps=10_000)"