Skip to content

Commit 47ea03e

Browse files
committed
ci: reduce build matrix to py3.12 only, enable CIBW_BUILD_VERBOSITY=3
Temporary diagnostic to investigate why `from cuda.pathfinder import get_cuda_path_or_home` fails inside the pyproject-build isolated venv despite cuda-pathfinder being in build-system.requires. Made-with: Cursor
1 parent f44a308 commit 47ea03e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build-wheel.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,8 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
python-version:
31-
- "3.10"
32-
- "3.11"
31+
# TODO: temporarily reduced to single entry for namespace package diagnostic
3332
- "3.12"
34-
- "3.13"
35-
- "3.14"
36-
- "3.14t"
3733
name: py${{ matrix.python-version }}
3834
runs-on: ${{ (inputs.host-platform == 'linux-64' && 'linux-amd64-cpu8') ||
3935
(inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu8') ||
@@ -156,6 +152,8 @@ jobs:
156152
output-dir: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
157153
env:
158154
CIBW_BUILD: ${{ env.CIBW_BUILD }}
155+
# TODO: temporary diagnostic for namespace package resolution — remove after investigation
156+
CIBW_BUILD_VERBOSITY: "3"
159157
# CIBW mounts the host filesystem under /host
160158
CIBW_ENVIRONMENT_LINUX: >
161159
CUDA_PATH=/host/${{ env.CUDA_PATH }}

0 commit comments

Comments
 (0)