run pytest

This commit is contained in:
Tryndaron
2024-04-03 16:00:35 +02:00
parent ea8e97348c
commit 2b4819c68f
+1 -2
View File
@@ -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