From e318f4f7e398a85e44c436b2f27950432148cd6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20And=C3=A9n?= Date: Mon, 15 Jul 2024 23:04:09 +0200 Subject: [PATCH] ci: exclude musllinux --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 308edc8e3..e36da5253 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ input = "python/finufft/finufft/__init__.py" # Necessary to see build output from the actual compilation build-verbosity = 1 # Not building for PyPy and musllinux for now. -skip = "pp* *musllinux" +skip = "pp* *musllinux*" test-requires = "pytest" test-command = "pytest {project}/python/finufft/test"