From 68795c36f22f0ae208f258f9f2c8d0d3149edcd3 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Wed, 23 Sep 2020 23:36:06 +0800 Subject: [PATCH] :construction_worker: update api docs ci --- .github/workflows/api_docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/api_docs.yml b/.github/workflows/api_docs.yml index 4657d98e..0d32f04b 100644 --- a/.github/workflows/api_docs.yml +++ b/.github/workflows/api_docs.yml @@ -23,7 +23,8 @@ jobs: - name: Install Dependences run: | python -m pip install --upgrade pip - pip install . + pip install poetry + poetry install - name: Build Doc run: sphinx-build -M markdown ./docs_build ./build