Skip to content

lazy import heavy dependencies #15

lazy import heavy dependencies

lazy import heavy dependencies #15

Workflow file for this run

name: test embedder
on:
push:
branches:
- dev
pull_request:
jobs:
test:
uses: ./.github/workflows/reusable-test.yaml
with:
test_command: pytest -n auto tests/embedder/ tests/callback/
extras: --extra sentence-transformers --extra transformers