Skip to content

chore(worker): add type ignores for llama-index and fastembed imports #25

chore(worker): add type ignores for llama-index and fastembed imports

chore(worker): add type ignores for llama-index and fastembed imports #25

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.13.11
uses: actions/setup-python@v5
with:
python-version: "3.13.11"
- name: Install Poetry
run: pip install poetry
- name: Install dependencies
run: poetry install
- name: Setup test environment
run: cp .env.example .env
- name: Run pytest
run: poetry run pytest