-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: turn on test no fastembed #522
Conversation
✅ Deploy Preview for poetic-froyo-8baba7 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
- name: Fastembed not installed tests | ||
run: | | ||
pip3 uninstall fastembed -y | ||
pytest tests/test_fastembed.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should create a directory for fastembed tests. We may add more files, and with a dedicated directory we won't need to update this script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest putting off creating a separate directory until we need it
Co-authored-by: Luis Cossío <[email protected]>
* 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]>
No description provided.