Skip to content

Bump mypy from 1.13.0 to 1.14.0 (#121) #150

Bump mypy from 1.13.0 to 1.14.0 (#121)

Bump mypy from 1.13.0 to 1.14.0 (#121) #150

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