mirror of
https://github.com/santinic/audiblez.git
synced 2025-08-05 16:48:55 +00:00
fix
This commit is contained in:
parent
511e4c3edf
commit
4097169ef4
1 changed files with 0 additions and 6 deletions
6
.github/workflows/pip-install.yaml
vendored
6
.github/workflows/pip-install.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue