From 07395d9b43bb8f75c81527c72c463fb896f9089b Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Fri, 3 Mar 2023 20:43:55 +0800 Subject: [PATCH] fix: ci --- .github/workflows/make_test_ebook.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/make_test_ebook.yaml b/.github/workflows/make_test_ebook.yaml index 022bb35..4b71b42 100644 --- a/.github/workflows/make_test_ebook.yaml +++ b/.github/workflows/make_test_ebook.yaml @@ -18,7 +18,9 @@ jobs: python-version: '3.9' cache: 'pip' # caching pip dependencies - name: Check formatting (black) - run: black . --check + run: | + pip install black + black . --check - name: install python requirements run: pip install -r requirements.txt - name: make test ebook