Update tmp.yml

This commit is contained in:
Barabazs
2025-01-07 08:11:47 +01:00
parent d57f9dc54c
commit 9395b0de18

View File

@ -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')"