From 70b9d7313e0587ff5ffa3ce867e0c121933c632d Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Fri, 3 Mar 2023 20:50:14 +0800 Subject: [PATCH] fix: run for two --- .github/workflows/make_test_ebook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_test_ebook.yaml b/.github/workflows/make_test_ebook.yaml index 4b71b42..5812255 100644 --- a/.github/workflows/make_test_ebook.yaml +++ b/.github/workflows/make_test_ebook.yaml @@ -26,4 +26,4 @@ jobs: - name: make test ebook env: OPENAI_API_KEY=: ${{ secrets.OPENAI_API_KEY }} - run: python3 make.py --book_name test_books/animal_farm.epub --no_limit --test --test_num 3 + run: python3 make.py --book_name test_books/animal_farm.epub --no_limit --test --test_num 2