Skip to content

Commit ee0cf84

Browse files
committed
fix spacy mdl name
1 parent deb429a commit ee0cf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
steps:
88
- run: sudo apt-get install espeak
99
shell: bash
10-
- run: pip install spacy && python -m spacy download en-core-web-sm
10+
- run: pip install spacy && python -m spacy download en_core_web_sm
1111
shell: bash
1212
- uses: fastai/workflows/nbdev-ci@master

0 commit comments

Comments
 (0)