Temporarily run tests with mecab-ko tokenizer

This commit is contained in:
Adriane Boyd 2022-08-11 13:50:20 +02:00
parent a2a0e1abf1
commit d2083e7044

View File

@ -45,6 +45,7 @@ steps:
- script: |
${{ parameters.prefix }} python -m pip install -U -r requirements.txt
${{ parameters.prefix }} python -m pip install mecab-ko
displayName: "Install test requirements"
- script: |