From c5ec3f8e62dc10478315df6dc76bb73dc45541c0 Mon Sep 17 00:00:00 2001 From: lutangar Date: Mon, 22 Apr 2024 14:42:03 +0200 Subject: [PATCH] chore: ensure Python3 --- .github/workflows/transcription.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/transcription.yml b/.github/workflows/transcription.yml index 332574693307..d1b381130a00 100644 --- a/.github/workflows/transcription.yml +++ b/.github/workflows/transcription.yml @@ -21,9 +21,9 @@ jobs: - name: Install Python libraries run: | - pip install openai-whisper - pip install whisper-ctranslate2 - pip install whisper-timestamped + pip3 install openai-whisper + pip3 install whisper-ctranslate2 + pip3 install whisper-timestamped - name: Run transcription tests run: |