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
This commit is contained in:
12
.github/workflows/ci-cibuildwheel.yml
vendored
12
.github/workflows/ci-cibuildwheel.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user