Skip to content

build(deps): bump jinja2 from 3.1.3 to 3.1.4 #3

build(deps): bump jinja2 from 3.1.3 to 3.1.4

build(deps): bump jinja2 from 3.1.3 to 3.1.4 #3

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
sudo apt-get install -y vlc pulseaudio libvlc-dev
pulseaudio --start
python3 dev_setup.py
. .venv/bin/activate
make test_generator
make test_bindings