diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8c4345d..0abe865 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,8 +21,5 @@ jobs: with: python-version: 3.12.2 - - name: Install - run: make install - - name: Test run: make test diff --git a/Makefile b/Makefile index adf3f20..aa01cbc 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ endif install-cli: check-ffmpeg pip install . -test: +test: install $(VENV) python -m unittest discover -s tests transcribe: install check-ffmpeg