Skip to content

convert yaml into serialize data by pickle to speed up process of mod… #33

convert yaml into serialize data by pickle to speed up process of mod…

convert yaml into serialize data by pickle to speed up process of mod… #33

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Python package
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
python-version: ["3.7.2", "3.8.0", "3.9.0", "3.10.0"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install -U setuptools wheel
- name: Test ctt punctuator
run: |
curl -L "https://huggingface.co/lovemefan/ctt_punctuator/resolve/main/cttpunctuator/src/onnx/punc.onnx" -o cttpunctuator/src/onnx/punc.onnx
pip3 install -e .
python3 test/test.py