Skip to content

fix: type check

fix: type check #8

Workflow file for this run

name: Test
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install Requirements
run: pip install .[dev,mouthing,server]
- name: Test Code
run: pytest signwriting