Skip to content

Commit

Permalink
chore(dep): move sentence-transformers to extras
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Nov 22, 2023
1 parent f358de8 commit bad26f3
Show file tree
Hide file tree
Showing 3 changed files with 923 additions and 82 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: pip install poetry
- name: Run examples
run: |
poetry install
poetry add sentence_transformers
poetry install --all-extras
poetry run python3 examples/write.py
poetry run python3 examples/read.py
Loading

0 comments on commit bad26f3

Please sign in to comment.