Skip to content

Commit 46bcb8a

Browse files
cpcloudclaude
andcommitted
fix: point cuda_bindings sdist build at local cuda_pathfinder wheel
cuda_bindings build backend imports cuda.pathfinder, so pip's build isolation needs to find the locally-built cuda_pathfinder wheel instead of pulling from PyPI. Set PIP_FIND_LINKS to the pathfinder dist directory. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d92d9c5 commit 46bcb8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-sdist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
export CUDA_PYTHON_PARALLEL_LEVEL=$(nproc)
8585
export CC="sccache cc"
8686
export CXX="sccache c++"
87+
export PIP_FIND_LINKS="$(pwd)/cuda_pathfinder/dist"
8788
python -m build --sdist cuda_bindings/
8889
pip wheel --no-deps --wheel-dir cuda_bindings/dist cuda_bindings/dist/*.tar.gz
8990

0 commit comments

Comments
 (0)