From e78e42d58890add2271644234757c2bc457fbb18 Mon Sep 17 00:00:00 2001 From: Alessio Sanfratello Date: Fri, 22 Mar 2024 23:38:00 +0100 Subject: [PATCH] test cmake import --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8950727..2ca9113 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,8 +14,8 @@ jobs: BUILD_COMMIT: 'v19.24.3' DLIB_BIN_VERSION: '19.24.3' CIBUILDWHEEL_VERSION: '2.11.4' - CIBW_BEFORE_BUILD: 'pip install cmake==3.27.9 && cmake --version' - CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-* cp312-*' + CIBW_BEFORE_BUILD: 'pip install cmake && cmake --version && python -c "from cmake import cmake"' + CIBW_BUILD: 'cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*' CIBW_SKIP: '*musllinux*' CIBW_ARCHS: 'auto64'