Skip to content

Bump flit from 3.9.0 to 3.10.1 (#108) #139

Bump flit from 3.9.0 to 3.10.1 (#108)

Bump flit from 3.9.0 to 3.10.1 (#108) #139

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.11'
cache: 'pip'
cache-dependency-path: 'setup.cfg'
- run: |
sudo apt-get update
sudo apt-get install ffmpeg
- run: make devinstall
- run: make demo