We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b4523 commit dbe534eCopy full SHA for dbe534e
appveyor.yml
@@ -47,7 +47,7 @@ install:
47
- "%PYTHON%/python.exe -m pip install coverage"
48
- "%PYTHON%/python.exe -m pip install %PYICU_PKG%"
49
- "%PYTHON%/python.exe -m pip install %ARTAGGER_PKG%"
50
- - "%PYTHON%/python.exe -m pip install -e .[artagger,icu,ipa,ner,thai2fit,deepcut]"
+ - "%PYTHON%/python.exe -m pip install -e .[full]"
51
52
test_script:
53
- "%PYTHON%/python.exe -m pip --version"
0 commit comments