From 9395b0de189ccc1458f2bac57fb20a4ca07c6123 Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:11:47 +0100 Subject: [PATCH] Update tmp.yml --- .github/workflows/tmp.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tmp.yml b/.github/workflows/tmp.yml index b632cbe..a83de44 100644 --- a/.github/workflows/tmp.yml +++ b/.github/workflows/tmp.yml @@ -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')"