Skip to content

Update dependency requests to v2.33.0 [SECURITY] #46

Update dependency requests to v2.33.0 [SECURITY]

Update dependency requests to v2.33.0 [SECURITY] #46

Workflow file for this run

name: Build Tests
on:
pull_request:
branches: [dev, master, main]
workflow_dispatch:
jobs:
build:
uses: OpenVoiceOS/gh-automations/.github/workflows/build-tests.yml@dev
secrets: inherit
with:
python_versions: '["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]'
system_deps: 'swig libssl-dev'
install_extras: 'test'
test_path: 'test/unittests'