Skip to content

SCC To TTML Conversion Error #1569

SCC To TTML Conversion Error

SCC To TTML Conversion Error #1569

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
run:
name: "Test"
strategy:
matrix:
python_version: ["3.7", "3.14"]
runs-on: ubuntu-22.04
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
steps:
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python_version }}
- name: Initialize pip environment
run: python -m pip install pipenv
- name: Checkout repo
uses: actions/checkout@v5
with:
submodules : true
- name: Install python environment
run: |
pipenv install --dev --skip-lock --python ${{ matrix.python_version }}
- name: Run CI
env:
PYTHONPATH: src/main/python
run: /bin/sh scripts/ci.sh