Skip to content

Commit bf688fc

Browse files
authored
Only use python/ffmpeg in the transcripe task (#296)
1 parent 0150214 commit bf688fc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mise.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[tools]
22
bun = "1.3.14"
33
lefthook = "2.1.6"
4-
python = "3.14.2"
5-
ffmpeg = "latest"
64
uv = "latest"
75
node = "24.15.0"
86

@@ -80,6 +78,7 @@ description = "Deploy wildcard subdomain service"
8078
[tasks.transcribe]
8179
run = "uv run --with openai-whisper python scripts/transcribe.py"
8280
description = "Generate word-level transcript from audio/video"
81+
tools = { python = "3.14.2", ffmpeg = "latest" }
8382

8483
[tasks."changelog:entry"]
8584
run = "bun scripts/changelog-entry.ts"

0 commit comments

Comments
 (0)