mirror of
https://github.com/qdrant/fastembed.git
synced 2026-07-23 11:20:51 -05:00
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:
13
.github/workflows/python-tests.yml
vendored
13
.github/workflows/python-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user