File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments