wip: remove model dir (#350)

* wip: remove model dir

* fix: update pytest run

* wip: disable some tests not used atm

* wip: disable some tests in ci

* wip: add debug print

* fix: fix ci, remove models after usage

* fix: fix bm25 deletion

* fix: remove redundant ci commands
This commit is contained in:
George
2024-09-24 12:18:44 +02:00
committed by GitHub
parent fa2205115d
commit 97f2fb278e
12 changed files with 93 additions and 31 deletions

View File

@@ -3,8 +3,6 @@ name: Tests
on:
push:
branches: [ master, main, gpu ]
schedule:
- cron: 0 0 * * *
pull_request:
env:
@@ -42,13 +40,6 @@ jobs:
poetry config virtualenvs.create false
poetry install --no-interaction --no-ansi --without docs
- name: Install Test Dependencies
run: pip install pytest pytest-md pytest-emoji
- name: Run pytest
uses: pavelzw/pytest-action@v2
with:
verbose: true
emoji: true
job-summary: true
report-title: 'FastEmbed Test Report'
run: |
poetry run pytest