Skip to content

Commit

Permalink
Fix FileNotFoundError english-words.txt (#2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkall authored Apr 5, 2024
1 parent d4aa27a commit 0d99d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contrib-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y tesseract-ocr poppler-utils
pip install unstructured[all-docs]
pip install unstructured[all-docs]==0.13.0
- name: Install packages and dependencies for RetrieveChat
run: |
pip install -e .[retrievechat]
Expand Down

0 comments on commit 0d99d45

Please sign in to comment.