Skip to content

Commit

Permalink
chore: ensure Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
lutangar committed Apr 22, 2024
1 parent f08ad6e commit c5ec3f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/transcription.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c5ec3f8

Please sign in to comment.