Skip to content

Commit

Permalink
Update build process and GitHub action configurations
Browse files Browse the repository at this point in the history
- Modify Makefile to ensure `install` target is run before tests
- Update Python version to `3.12.2` in GitHub action build workflow
  • Loading branch information
johnnyhuy committed Apr 4, 2024
1 parent 5d46dc6 commit d856b8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@ jobs:
with:
python-version: 3.12.2

- name: Install
run: make install

- name: Test
run: make test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d856b8a

Please sign in to comment.