File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -120,11 +120,8 @@ jobs:
120
120
git config --global --add safe.directory /workspace/FastDeploy
121
121
cd FastDeploy
122
122
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
123
-
124
- pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
125
-
126
- python -m pip install coverage
127
- python -m pip install diff-cover
123
+ pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
124
+ python -m pip install -r scripts/unittest_requirement.txt
128
125
python -m pip install ${fd_wheel_url}
129
126
if [ -d "test/plugins" ]; then
130
127
cd test/plugins
Original file line number Diff line number Diff line change
1
+ respx
2
+ pytest
3
+ pytest-asyncio
4
+ pytest-tornasync
5
+ pytest-trio
6
+ pytest-twisted
7
+ anyio
8
+ coverage
9
+ diff-cover
You can’t perform that action at this time.
0 commit comments