We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31836ec commit 899a03aCopy full SHA for 899a03a
.github/workflows/test_release.yml
@@ -88,7 +88,7 @@ jobs:
88
run: |
89
cd branch-dir
90
pip install -r requirements_dev.txt
91
- pip install -e .
+ pip install -e .[sentence_transformers]
92
- name: create shinx docs from current branch
93
# create shpinx api autodocs of opensentiment and move them to docs
94
# makefile: make html build the the docs/_build/html/
0 commit comments