From 141103162e701a76ef9fe5f898b438efc43e1466 Mon Sep 17 00:00:00 2001 From: Louis Sanna Date: Thu, 26 Feb 2026 11:30:13 +0100 Subject: [PATCH] fix: skip async_realtime_transcription_dual_delay_microphone.py in CI This example requires the 'rich' module which is not installed in CI. --- scripts/run_examples.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_examples.sh b/scripts/run_examples.sh index 998b8dbe..eca854b4 100755 --- a/scripts/run_examples.sh +++ b/scripts/run_examples.sh @@ -48,6 +48,7 @@ exclude_files=( "examples/mistral/agents/async_conversation_run_mcp_remote.py" "examples/mistral/audio/async_realtime_transcription_microphone.py" "examples/mistral/audio/async_realtime_transcription_stream.py" + "examples/mistral/audio/async_realtime_transcription_dual_delay_microphone.py" ) # Files that require extra dependencies (agents, mcp, audio, etc.)