Skip to content

Commit

Permalink
pip freeze on milvus tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tstadel committed Sep 22, 2022
1 parent 7dbb104 commit 75ebb6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@ jobs:
- name: Install Haystack
run: pip install .[milvus]

- name: pip freeze
run: pip freeze

- name: Run tests
env:
TOKENIZERS_PARALLELISM: 'false'
Expand Down

0 comments on commit 75ebb6f

Please sign in to comment.