Skip to content

Ported C++ CLI executable from legacy Piper repository #153

Ported C++ CLI executable from legacy Piper repository

Ported C++ CLI executable from legacy Piper repository #153

Workflow file for this run

---
name: Test
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
build_wheels:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install Piper
run: |
script/setup --dev --train --zh --torch-cpu
script/dev_build
- name: Run tests
run: script/test