We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a793779 commit cc1848cCopy full SHA for cc1848c
pyproject.toml
@@ -39,3 +39,6 @@ test-skip = "*-macosx_arm64"
39
before-test = "pip install pytest hypothesis"
40
test-command = "pytest {project}/tests --import-mode=append"
41
42
+[[tool.cibuildwheel.overrides]]
43
+select = "*linux_aarch64"
44
+test-command = """python -c 'import tiktoken; enc = tiktoken.get_encoding("gpt2"); assert enc.encode("hello world") == [31373, 995]'"""
0 commit comments