chore: ensure Python3

pull/6303/head
lutangar 2024-04-22 14:42:03 +02:00
parent 01b5d9b3a9
commit 9f652db162
1 changed files with 3 additions and 3 deletions

View File

@ -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: |