chore: ensure Python3

This commit is contained in:
lutangar 2024-04-22 14:42:03 +02:00
parent 01b5d9b3a9
commit 9f652db162

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