Skip to content

Commit f3b602c

Browse files
committed
Fixed typo in python test directory
1 parent 4b9c6b7 commit f3b602c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ sentencepiece = ["*.bin"]
4545

4646
[tool.cibuildwheel]
4747
test-requires = ["pytest"]
48-
test-command = "pytest -v {project}/tests"
48+
test-command = "pytest -v {project}/test"

0 commit comments

Comments
 (0)