Skip to content

Commit

Permalink
chore: Trying with install --all-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Sep 6, 2024
1 parent d66eea6 commit 0fbf58e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ jobs:
- name: Run tests
run: |
set -e
poetry update --with dev --extras "ids embeddings"
poetry update --with dev
poetry install --all-extras
poetry run pytest

0 comments on commit 0fbf58e

Please sign in to comment.