mirror of
https://github.com/santinic/audiblez.git
synced 2025-08-21 06:23:44 +00:00
fix
This commit is contained in:
parent
bca240e726
commit
a3ee29ce9a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/git-clone-and-run.yml
vendored
4
.github/workflows/git-clone-and-run.yml
vendored
|
@ -10,12 +10,12 @@ jobs:
|
|||
with:
|
||||
python-version: '3.11'
|
||||
- uses: actions/checkout@v3
|
||||
- name: install ffmpeg, espeak-ng, wxgtk
|
||||
run: sudo apt-get update && sudo apt-get install ffmpeg espeak-ng python-wxgtk3.0-dev --fix-missing
|
||||
- name: Install dependencies
|
||||
run: pip install poetry && poetry install
|
||||
- name: check it runs as script
|
||||
run: poetry run audiblez --help
|
||||
- name: install ffmpeg and espeak-ng
|
||||
run: sudo apt-get update && sudo apt-get install ffmpeg espeak-ng python-wxgtk3.0-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
|
||||
|
|
Loading…
Add table
Reference in a new issue