mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-05 19:15:34 +00:00
add name
This commit is contained in:
parent
771a720802
commit
7426a60f0f
12
.github/workflows/make_test_ebook.yaml
vendored
12
.github/workflows/make_test_ebook.yaml
vendored
@ -11,11 +11,15 @@ jobs:
|
|||||||
testing:
|
testing:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: install python 3.9
|
||||||
- uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
cache: 'pip' # caching pip dependencies
|
cache: 'pip' # caching pip dependencies
|
||||||
- run: pip install -r requirements.txt
|
- name: checkout code
|
||||||
- run: python3 make.py --book_name test_books/animal_farm.epub --no_limit --test
|
uses: actions/checkout@v3
|
||||||
|
- name: install python requirements
|
||||||
|
run: pip install -r requirements.txt
|
||||||
|
- name: make test ebook
|
||||||
|
run: python3 make.py --book_name test_books/animal_farm.epub --no_limit --test
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user