From f55108feda1b549d1f020de1e689bd4757ff1061 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Fri, 25 Jul 2025 13:21:22 -0700 Subject: [PATCH] fix: resolve CI conflicts and Python finding issues - Remove duplicate ci-cibuildwheel.yml workflow to avoid confusion - Fix DiskANN CMakeLists.txt to support both standard and manylinux builds - Try Development.Module first (manylinux), fallback to Development (standard) - Keep build-reusable.yml and build-cibuildwheel.yml as separate workflows - They build different wheel types and are selected at release time --- .github/workflows/ci-cibuildwheel.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/ci-cibuildwheel.yml diff --git a/.github/workflows/ci-cibuildwheel.yml b/.github/workflows/ci-cibuildwheel.yml deleted file mode 100644 index 88f97d1..0000000 --- a/.github/workflows/ci-cibuildwheel.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: CI - cibuildwheel (Test) - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - workflow_dispatch: # Allow manual triggering - -jobs: - build: - uses: ./.github/workflows/build-cibuildwheel.yml \ No newline at end of file