Skip to content

Commit

Permalink
Use v2.3.2 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HiromuHota authored and senwu committed Dec 23, 2020
1 parent 0a3931e commit c837b64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -50,6 +50,8 @@ jobs:
- name: Install Fonduer
run: |
make dev_extra
# Use v2.3.2 for tests as v2.3.3+ has a different set of default punctuations.
pip install spacy==2.3.2
# model shortcuts are not available for models introduced recently.
# they were even deprecated by explosion/spaCy#5722
python -m spacy download ja_core_news_sm
Expand Down

0 comments on commit c837b64

Please sign in to comment.