Skip to content

Op#3648 create streaming track parser #869

Op#3648 create streaming track parser

Op#3648 create streaming track parser #869

Workflow file for this run

---
name: Test
on:
# Run tests each time a PR is opened or changed.
# Allow other Workflows (e.g. build workflows) to call this workflow.
pull_request:
workflow_call:
jobs:
test:
name: Run Python tests on multiple OS and Python versions
strategy:
fail-fast: True
matrix:
os: [ubuntu-latest, windows-latest]
py: ["3.11"]
uses: 'platomo/GitHub-workflows/.github/workflows/reusable-python-tests.yml@main'
with:
os: ${{ matrix.os }}
py-version: ${{ matrix.py }}
test_path: OTAnalytics