From e1856c24e3165f3979560b5a8772185d6d86b39c Mon Sep 17 00:00:00 2001 From: chavlin Date: Thu, 3 Oct 2024 16:56:41 -0500 Subject: [PATCH] one more try at testing the wheels --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9faadff..adf8965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,6 +93,10 @@ combine-as-imports = true [tool.cibuildwheel] build = "cp39-* cp310-* cp311-* cp312-* cp313-*" build-verbosity = 1 +test-extras = "test" +test-command = [ + "pytest yt_experiments", +] [tool.cibuildwheel.linux] archs = "x86_64"