OliverPerrin commited on
Commit
fdeaf0a
·
1 Parent(s): bcfe56d

CI: Add sentencepiece for T5 tokenizer tests

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml CHANGED
@@ -48,7 +48,7 @@ jobs:
48
  pip install poetry
49
  poetry config virtualenvs.create false
50
  poetry install --no-interaction --no-ansi --without dev
51
- pip install pytest pytest-cov
52
 
53
  - name: Run tests
54
  run: |
 
48
  pip install poetry
49
  poetry config virtualenvs.create false
50
  poetry install --no-interaction --no-ansi --without dev
51
+ pip install pytest pytest-cov sentencepiece
52
 
53
  - name: Run tests
54
  run: |