This commit is contained in:
Claudio Santini 2025-02-10 15:33:38 +01:00
parent 511e4c3edf
commit 4097169ef4

View file

@ -13,8 +13,6 @@ jobs:
run: sudo apt-get update && sudo apt-get install ffmpeg espeak-ng libgtk-3-dev --fix-missing
- name: Install audiblez
run: python -m pip install audiblez
- name: Check it runs as module
run: python -m audiblez --help
- name: check it runs as script
run: audiblez --help
- name: download test epub
@ -34,8 +32,6 @@ jobs:
run: sudo apt-get update && sudo apt-get install ffmpeg espeak-ng libgtk-3-dev --fix-missing
- name: Install audiblez
run: python -m pip install audiblez
- name: Check it runs as module
run: python -m audiblez --help
- name: check it runs as script
run: audiblez --help
install-and-run-on-python-3-10:
@ -49,8 +45,6 @@ jobs:
run: sudo apt-get update && sudo apt-get install ffmpeg espeak-ng libgtk-3-dev --fix-missing
- name: Install audiblez
run: python -m pip install audiblez
- name: Check it runs as module
run: python -m audiblez --help
- name: check it runs as script
run: audiblez --help
windows-git-clone-and-run: