mirror of
https://github.com/santinic/audiblez.git
synced 2025-08-31 22:09:26 +00:00
fix
This commit is contained in:
parent
8689c32499
commit
a85723a60e
1 changed files with 6 additions and 2 deletions
8
.github/workflows/pip-install.yaml
vendored
8
.github/workflows/pip-install.yaml
vendored
|
@ -15,8 +15,8 @@ jobs:
|
|||
run: python -m audiblez --help
|
||||
- name: check it runs as script
|
||||
run: audiblez --help
|
||||
- name: install ffmpeg and espeak-ng
|
||||
run: sudo apt update && sudo apt-get install ffmpeg espeak-ng
|
||||
- name: install ffmpeg, espeak-ng, wxgtk
|
||||
run: sudo apt-get update && sudo apt-get install ffmpeg espeak-ng libgtk-3-dev --fix-missing
|
||||
- name: download test epub
|
||||
run: wget https://github.com/daisy/epub-accessibility-tests/releases/download/fundamental-2.0/Fundamental-Accessibility-Tests-Basic-Functionality-v2.0.0.epub
|
||||
- name: create audiobook
|
||||
|
@ -30,6 +30,8 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: install ffmpeg, espeak-ng, wxgtk
|
||||
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
|
||||
|
@ -43,6 +45,8 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: install ffmpeg, espeak-ng, wxgtk
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue