Skip to content

build(deps): bump requests from 2.31.0 to 2.32.2 #14

build(deps): bump requests from 2.31.0 to 2.32.2

build(deps): bump requests from 2.31.0 to 2.32.2 #14

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