Skip to content

Bump coverage from 7.6.9 to 7.6.10 (#123) #154

Bump coverage from 7.6.9 to 7.6.10 (#123)

Bump coverage from 7.6.9 to 7.6.10 (#123) #154

Workflow file for this run

name: Build demo
on:
push:
branches:
- main
jobs:
demo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip'
cache-dependency-path: 'pyproject.toml'
- run: |
sudo apt-get update
sudo apt-get install ffmpeg
- run: make devinstall
- run: make demo