File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,19 +56,26 @@ blocks:
5656 commands :
5757 - sem-version python 3.6
5858 - pip install -e . --progress-bar off
59- - pip install https://github.com/explosion/ spacy-models/releases/ download/ nl_core_news_sm-2.3.0/nl_core_news_sm-2.3.0.tar.gz#egg=nl_core_news_sm==2.3.0
59+ - python -m spacy download nl_core_news_sm
6060 - python demo.py
6161
6262 - name : Python 3.7
6363 commands :
6464 - sem-version python 3.7
6565 - pip install -e . --progress-bar off
66- - pip install https://github.com/explosion/ spacy-models/releases/ download/ nl_core_news_sm-2.3.0/nl_core_news_sm-2.3.0.tar.gz#egg=nl_core_news_sm==2.3.0
66+ - python -m spacy download nl_core_news_sm
6767 - python demo.py
6868
6969 - name : Python 3.8
7070 commands :
7171 - sem-version python 3.8
7272 - pip install -e . --progress-bar off
73- - pip install https://github.com/explosion/spacy-models/releases/download/nl_core_news_sm-2.3.0/nl_core_news_sm-2.3.0.tar.gz#egg=nl_core_news_sm==2.3.0
73+ - python -m spacy download nl_core_news_sm
74+ - python demo.py
75+
76+ - name : Python 3.9
77+ commands :
78+ - sem-version python 3.9
79+ - pip install -e . --progress-bar off
80+ - python -m spacy download nl_core_news_sm
7481 - python demo.py
You can’t perform that action at this time.
0 commit comments