Skip to content

Commit

Permalink
Fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Nov 14, 2024
1 parent 02d4a2f commit 95701bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Install module
run: |
pip install git+https://github.com/SYSTRAN/faster-whisper.git
pip install --no-cache-dir wheel
pip install --no-cache-dir -e .[dev]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
numpy
git+https://github.com/SYSTRAN/faster-whisper.git
ctranslate2
tqdm
sounddevice
Expand Down

0 comments on commit 95701bf

Please sign in to comment.