From c257f03a59b971861fdd34f18a14241ac94e7ea0 Mon Sep 17 00:00:00 2001 From: David Minton Date: Fri, 1 Mar 2024 18:55:57 -0500 Subject: [PATCH] Fixed typo in pyproject.toml that causes the linux build to fail on github actions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a7c2f721..de6a781a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -133,7 +133,7 @@ PATH="${HDF5_ROOT}/bin:${PATH}" CMAKE_INSTALL_LIBDIR="lib" [tool.cibuildwheel.linux] -skip = "pp* -manylinux_i686* *-musllinux*" +skip = "pp* *-manylinux_i686* *-musllinux*" before-all = [ "yum install epel-release -y", "yum install doxygen libxml2-devel libcurl-devel fftw-static openblas-devel lapack-devel -y",