From 01ec925e9f43925fc669f6e05a9dc294b6d60cbc Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 24 Jun 2026 19:55:37 +0000 Subject: [PATCH] ci(liquid-audio): trigger darwin build via requirements-mps note The changed-backends path filter only builds a backend when a file under its directory changes. The metal wiring lived in index.yaml + the matrix, so the darwin job was skipped. Add a documenting comment to the MPS requirements so CI actually exercises the darwin build. Signed-off-by: Ettore Di Giacinto Assisted-by: Claude:opus-4.8 [Claude Code] --- backend/python/liquid-audio/requirements-mps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/python/liquid-audio/requirements-mps.txt b/backend/python/liquid-audio/requirements-mps.txt index f57687f29..3c9c36cca 100644 --- a/backend/python/liquid-audio/requirements-mps.txt +++ b/backend/python/liquid-audio/requirements-mps.txt @@ -1,3 +1,4 @@ +# MPS (Apple Silicon / Metal) build profile - installed by the darwin CI job. torch>=2.8.0 torchaudio>=2.8.0 torchcodec>=0.9.1