Skip to content

Commit 52c73ee

Browse files
authored
[CI] refine doc_preview workflow (PaddlePaddle#76124)
* refine doc_preview workflow
1 parent 0a33fe8 commit 52c73ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/_Doc-Preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
curl -sS -o /tmp/entrypoint.sh https://paddle-dev-tools-open.bj.bcebos.com/fluiddoc-preview/entrypoint-paddle-docs-review.sh
106106
cd /
107107
source ${{ github.workspace }}/../../../proxy
108+
pip3 install --progress-bar off -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple --force-reinstall ${work_dir}/build/pr_whl/*.whl
108109
bash "/tmp/entrypoint.sh"
109110
'
110111

python/paddle/tensor/logic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ def gt(
515515
name (str|None, optional): The default value is None. Normally there is no need for
516516
user to set this property. For more information, please refer to :ref:`api_guide_Name`.
517517
out (Tensor, optional): The output tensor. If provided, the result will be stored in this tensor.
518+
518519
Returns:
519520
Tensor: The output shape is same as input :attr:`x`. The output data type is bool.
520521

0 commit comments

Comments
 (0)