From b4ad27525409bd0ed45391f9e58d942f477fec28 Mon Sep 17 00:00:00 2001 From: huyiwen <1020030101@qq.com> Date: Thu, 29 Aug 2024 19:37:21 +0800 Subject: [PATCH] [ci] fix nltk resources --- tests/dry_test/test_datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dry_test/test_datasets.py b/tests/dry_test/test_datasets.py index ab01b11e..e3b021a2 100644 --- a/tests/dry_test/test_datasets.py +++ b/tests/dry_test/test_datasets.py @@ -1,11 +1,11 @@ import nltk import pytest - from utilization.utils.logging import list_datasets from .fixtures import * nltk.download('punkt') +nltk.download('punkt_tab') datasets = { "agieval": [],