Skip to content

fix(bin): import huggingface only when needed #44

fix(bin): import huggingface only when needed

fix(bin): import huggingface only when needed #44

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.10'
- name: Install Requirements
run: pip install .[dev,pose_to_signwriting,pose_to_vq_to_signwriting]
- name: Test Code
run: pytest signwriting_transcription