From 2b4819c68fcc28ade7295674841f39fc8c515ad2 Mon Sep 17 00:00:00 2001 From: Tryndaron Date: Wed, 3 Apr 2024 16:00:35 +0200 Subject: [PATCH] run pytest --- .github/workflows/pytest.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index a3ec99f..4826cb1 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -39,6 +39,5 @@ jobs: env: HF_TOKEN : ${{ secrets.HF_TOKEN }} run: | - python -c "import os; print('True' if 'HF_TOKEN' in os.environ else 'False')" - python -c "from scraibe import Scraibe;import os; print(Scraibe(use_auth_token=os.environ.get('HF_TOKEN'), verbose = True).autotranscribe('test/audio_test_1.mp4'))" + pytest \ No newline at end of file