diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 4826cb1..7ebf890 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -39,5 +39,5 @@ jobs: env: HF_TOKEN : ${{ secrets.HF_TOKEN }} run: | - pytest + pytest test/test_autotranscript.py \ No newline at end of file