ci: fix wrong yml

This commit is contained in:
yihong0618 2023-03-03 20:53:56 +08:00
parent 70b9d7313e
commit 007c7b2da8

View File

@ -25,5 +25,5 @@ jobs:
run: pip install -r requirements.txt
- name: make test ebook
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