File tree Expand file tree Collapse file tree 4 files changed +7
-12
lines changed Expand file tree Collapse file tree 4 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,8 @@ jobs:
121
121
# python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
122
122
python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
123
123
124
- pip config set global.index-url http://pip.baidu.com/root/baidu/+simple/
125
- pip config set install.trusted-host pip.baidu.com
126
- pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
124
+ pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
125
+
127
126
python -m pip install ${fastdeploy_wheel_url}
128
127
python -m pip install pytest
129
128
Original file line number Diff line number Diff line change @@ -125,9 +125,7 @@ jobs:
125
125
export FASTDEPLOY_VERSION="${FASTDEPLOY_VERSION}.dev${DATE_ONLY}"
126
126
fi
127
127
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
128
- pip config set global.index-url http://pip.baidu.com/root/baidu/+simple/
129
- pip config set install.trusted-host pip.baidu.com
130
- pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
128
+ pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
131
129
132
130
python -m pip install --upgrade pip
133
131
python -m pip install -r requirements.txt
Original file line number Diff line number Diff line change @@ -114,9 +114,8 @@ jobs:
114
114
# python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
115
115
python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
116
116
117
- pip config set global.index-url http://pip.baidu.com/root/baidu/+simple/
118
- pip config set install.trusted-host pip.baidu.com
119
- pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
117
+ pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
118
+
120
119
python -m pip install ${fastdeploy_wheel_url}
121
120
122
121
wget https://paddle-qa.bj.bcebos.com/zhengtianyu/tools/llm-deploy-linux-amd64
Original file line number Diff line number Diff line change 96
96
# python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
97
97
python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
98
98
99
- pip config set global.index-url http://pip.baidu.com/root/baidu/+simple/
100
- pip config set install.trusted-host pip.baidu.com
101
- pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
99
+ pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
100
+
102
101
103
102
python -m pip install coverage
104
103
python -m pip install diff-cover
You can’t perform that action at this time.
0 commit comments