From d2083e7044403a2046f902b125a147525b703e29 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 11 Aug 2022 13:50:20 +0200 Subject: [PATCH] Temporarily run tests with mecab-ko tokenizer --- .github/azure-steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index aae08c7f3..2c955885e 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -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: |