mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-06 11:35:49 +00:00
ci: fix wrong yml
This commit is contained in:
parent
70b9d7313e
commit
007c7b2da8
2
.github/workflows/make_test_ebook.yaml
vendored
2
.github/workflows/make_test_ebook.yaml
vendored
@ -25,5 +25,5 @@ jobs:
|
|||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
- name: make test ebook
|
- name: make test ebook
|
||||||
env:
|
env:
|
||||||
OPENAI_API_KEY=: ${{ secrets.OPENAI_API_KEY }}
|
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||||
run: python3 make.py --book_name test_books/animal_farm.epub --no_limit --test --test_num 2
|
run: python3 make.py --book_name test_books/animal_farm.epub --no_limit --test --test_num 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user