fix custom metal extension (#2446)

This commit is contained in:
Awni Hannun
2025-07-31 06:25:36 -07:00
committed by GitHub
parent daafee676f
commit da5912e4f2
5 changed files with 33 additions and 16 deletions

View File

@@ -164,9 +164,11 @@ jobs:
- run:
name: Build example extension
command: |
source .venv/bin/activate
cd examples/extensions
uv pip install -r requirements.txt
uv run --no-project setup.py build_ext -j8
uv run --no-project setup.py build_ext --inplace
uv run --no-project python test.py
- store_test_results:
path: test-results
- run: