You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/01/29 07:11:13 UTC

[dolphinscheduler-website] branch master updated: Fix ds python doc build ci (#660)

This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 28f4a5d  Fix ds python doc build ci (#660)
28f4a5d is described below

commit 28f4a5d2e2e07d7476a3c31ec5e10013288ba986
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Sat Jan 29 15:11:08 2022 +0800

    Fix ds python doc build ci (#660)
    
    ref: apache/dolphinscheduler#8210
---
 .github/workflows/website.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 3c352be..29d8872 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -21,8 +21,7 @@ jobs:
       - name: Install Development Dependences
         working-directory: ${{ env.PYDS_HOME }}
         run: |
-          pip install -r requirements_dev.txt
-          pip install -e .
+          pip install -e .[doc]
       - name: Test Build Document
         working-directory: ${{ env.PYDS_HOME }}/docs
         run: make clean && make html