Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #1491

Closed
wants to merge 1 commit into from
Closed

fix #1491

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and Test

on:
push:
branches: [ "test_pir" ]
branches: [ "develop" ]
pull_request:
branches: [ "test_pir" ]
branches: [ "develop" ]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions docs/en/compile_local.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ python -m pip install --pre paddlepaddle -i https://www.paddlepaddle.org.cn/pack
### 1.3 Install Paddle2ONNX

```bash
git clone -b test_pir https://github.com/PaddlePaddle/Paddle2ONNX.git
git clone https://github.com/PaddlePaddle/Paddle2ONNX.git
cd Paddle2ONNX
git submodule update --init
export PIP_EXTRA_INDEX_URL="https://www.paddlepaddle.org.cn/packages/nightly/cpu/"
Expand Down Expand Up @@ -70,7 +70,7 @@ set PATH=%CD%\protobuf_install\bin;%PATH%
### 2.3 Install Paddle2ONNX

```bash
git clone -b test_pir https://github.com/PaddlePaddle/Paddle2ONNX.git
git clone https://github.com/PaddlePaddle/Paddle2ONNX.git
cd Paddle2ONNX
git submodule update --init
set PIP_EXTRA_INDEX_URL=https://www.paddlepaddle.org.cn/packages/nightly/cpu/
Expand Down
4 changes: 2 additions & 2 deletions docs/zh/compile_local.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python -m pip install --pre paddlepaddle -i https://www.paddlepaddle.org.cn/pack
### 安装Paddle2ONNX

```bash
git clone -b test_pir https://github.com/PaddlePaddle/Paddle2ONNX.git
git clone https://github.com/PaddlePaddle/Paddle2ONNX.git
cd Paddle2ONNX
git submodule update --init
export PIP_EXTRA_INDEX_URL="https://www.paddlepaddle.org.cn/packages/nightly/cpu/"
Expand Down Expand Up @@ -69,7 +69,7 @@ set PATH=%CD%\protobuf_install\bin;%PATH%
### 安装Paddle2ONNX

```bash
git clone -b test_pir https://github.com/PaddlePaddle/Paddle2ONNX.git
git clone https://github.com/PaddlePaddle/Paddle2ONNX.git
cd Paddle2ONNX
git submodule update --init
set PIP_EXTRA_INDEX_URL=https://www.paddlepaddle.org.cn/packages/nightly/cpu/
Expand Down