Skip to content

Commit

Permalink
fix: turn on test no fastembed (#522)
Browse files Browse the repository at this point in the history
* fix: turn on test no fastembed

* fix: ignore input

* Update fastembed tests job name

Co-authored-by: Luis Cossío <[email protected]>

---------

Co-authored-by: Luis Cossío <[email protected]>
  • Loading branch information
joein and coszio committed Mar 4, 2024
1 parent 3068e03 commit 7365f83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
export RUNNER_OS=${{ runner.os }}
QDRANT_VERSION='v1.7.4' ./tests/integration-tests.sh
shell: bash
- name: Run fastembed tests without fastembed
run: |
pip3 uninstall fastembed -y
pytest tests/test_fastembed.py
shell: bash
- name: Check conversion coverage
run: |
export RUNNER_OS=${{ runner.os }}
Expand Down
File renamed without changes.

0 comments on commit 7365f83

Please sign in to comment.