Skip to content

Implement eager, streaming punct fixer #22

Implement eager, streaming punct fixer

Implement eager, streaming punct fixer #22

Workflow file for this run

name: InferenceTests
on:
push:
branches:
- main
paths:
- "punctfix/**"
pull_request:
branches:
- main
paths:
- "punctfix/**"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install wheel
pip install -r requirements.txt
- name: Running all tests
run: |
python -m unittest -v tests/test_*.py