mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
Update tmp.yml
This commit is contained in:
4
.github/workflows/tmp.yml
vendored
4
.github/workflows/tmp.yml
vendored
@ -26,6 +26,10 @@ jobs:
|
||||
run: |
|
||||
pip install whisperx
|
||||
|
||||
- name: Print packages
|
||||
run: |
|
||||
pip list
|
||||
|
||||
- name: Test import
|
||||
run: |
|
||||
python -c "import whisperx; print('Successfully imported whisperx')"
|
||||
|
Reference in New Issue
Block a user