Skip to content

Commit

Permalink
[ci] fix nltk resources
Browse files Browse the repository at this point in the history
  • Loading branch information
huyiwen committed Aug 29, 2024
1 parent 5840def commit b4ad275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dry_test/test_datasets.py
Original file line number Diff line number Diff line change
@@ -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": [],
Expand Down

0 comments on commit b4ad275

Please sign in to comment.