From 541dce6c546eb690a6c1e3f2c4b0b458da530fe3 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Wed, 23 Sep 2020 23:14:03 +0800 Subject: [PATCH] Update api_docs.yml --- .github/workflows/api_docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/api_docs.yml b/.github/workflows/api_docs.yml index 01c1c4a8..346e5bfb 100644 --- a/.github/workflows/api_docs.yml +++ b/.github/workflows/api_docs.yml @@ -15,7 +15,9 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Install Dependences - run: pip3 install . + run: | + pip3 install poetry + poetry install - name: Build Doc run: sphinx-build -M markdown ./docs_build ./build