Skip to content

Commit

Permalink
updates after 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Apr 10, 2024
1 parent d064cc5 commit a97c4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/fastembed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:

- name: Run tests
id: tests
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git #TODO: rm before merging
hatch run cov
run: hatch run cov

- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
Expand Down
2 changes: 1 addition & 1 deletion integrations/fastembed/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"haystack-ai",
"haystack-ai>=2.0.1",
"fastembed>=0.2.5",
]

Expand Down

0 comments on commit a97c4ed

Please sign in to comment.