Skip to content

Refactor to dynamically load models #26

Refactor to dynamically load models

Refactor to dynamically load models #26

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.x"
- name: Install
run: |
script/setup --dev --transformers --sherpa
- name: Run tests
run: script/test