Skip to content

Commit c1735e4

Browse files
committed
install python/unittest_py/requirements.txt in ci/dcu_test.sh
1 parent b4a4a34 commit c1735e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/dcu_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ function hybrid_paddlex() {
7575
function main(){
7676
cd ${PADDLE_ROOT}/build
7777
pip install hypothesis
78+
pip install -r ${PADDLE_ROOT}/python/unittest_py/requirements.txt
7879
/opt/py310/bin/pip install safetensors
7980
if ls ${PADDLE_ROOT}/build/python/dist/*whl >/dev/null 2>&1; then
8081
pip install ${PADDLE_ROOT}/build/python/dist/*whl

0 commit comments

Comments
 (0)