Skip to content

Support more namings and subtitles #31

Support more namings and subtitles

Support more namings and subtitles #31

Workflow file for this run

name: Test
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: FedericoCarboni/setup-ffmpeg@v2
id: setup-ffmpeg
- name: Install test dependencies
run: |
py -3.11 -m pip install --upgrade pip
py -3.11 -m pip install -r dev-requirements.txt
- name: Test
run: |
pytest tests