From b8b0a44ebb04755bdf37e05cae97e6b82501daa1 Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Tue, 17 Dec 2024 19:09:58 +0330 Subject: [PATCH] update .github/workflows/test.yml --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d127f810d..24256bdbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,8 @@ jobs: python-idzip \ lxml==5.3 \ marisa-trie \ - mistune + mistune \ + polib - name: Remove test cache run: rm -rf /home/runner/.cache/pyglossary/test || true - name: Run tests