From 92e54e3779d1d20c28a4f853a878e1bf28424fca Mon Sep 17 00:00:00 2001 From: Nathan Dunfield Date: Sun, 8 Oct 2023 17:09:15 -0500 Subject: [PATCH] CI: fix error in Linux config --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 35708a2c..e1857b06 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -17,7 +17,7 @@ jobs: uses: pypa/cibuildwheel@v2.15.0 env: # Skip Python 3.12, 32 bit Linux, and PyPy - CIBW_SKIP: *-manylinux_i686 *musllinux* pp* + CIBW_SKIP: "*-manylinux_i686 *musllinux* pp*" CIBW_BEFORE_ALL_LINUX: yum install -y tk mesa-libGLU-devel CIBW_BEFORE_BUILD: > pip install cython FXrays low_index sphinx sphinx_rtd_theme &&