We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb429a commit ee0cf84Copy full SHA for ee0cf84
.github/workflows/test.yaml
@@ -7,6 +7,6 @@ jobs:
7
steps:
8
- run: sudo apt-get install espeak
9
shell: bash
10
- - run: pip install spacy && python -m spacy download en-core-web-sm
+ - run: pip install spacy && python -m spacy download en_core_web_sm
11
12
- uses: fastai/workflows/nbdev-ci@master
0 commit comments