Skip to content

Commit 240fcae

Browse files
authored
Add py39 tests (#53)
1 parent 2f492ea commit 240fcae

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.semaphore/semaphore.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)