Skip to content

Commit

Permalink
Adds spacy to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose J. Martinez committed Dec 6, 2023
1 parent 802db2a commit deced87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
# flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Pytest with ChromaDB
- name: Pytest with ChromaDB and Spacy Sentence Splitting
run: |
pip install chromadb==0.4.18
pip install spacy==3.6.7.2
python -m pytest

0 comments on commit deced87

Please sign in to comment.