We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8501c commit 1e32787Copy full SHA for 1e32787
.github/workflows/entities.yml
@@ -32,7 +32,7 @@ jobs:
32
# ref: main
33
- name: cd /cre/python/
34
run: (cd /cre/python/)
35
- - name: Install spacy textblob_de
+ - name: Install spacy~=3.6 textblob_de
36
run: (pip3 install spacy textblob_de nltk==3.8)
37
- name: Install download de_core_news_md
38
run: (python3 -m spacy download de_core_news_md)
0 commit comments