Skip to content

Commit

Permalink
Fix(LLMLingua): fix unitest
Browse files Browse the repository at this point in the history
  • Loading branch information
iofu728 committed Aug 22, 2024
1 parent 9a0443f commit 10703b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install packages and dependencies for all tests
run: |
python -m pip install --upgrade pip wheel
pip install pytest pytest-xdist
pip install pytest pytest-xdist nltk
python -c "import nltk; nltk.download('punkt_tab')"
- name: Install packages
Expand Down

0 comments on commit 10703b9

Please sign in to comment.