Skip to content

Commit 945c809

Browse files
authored
fix yq download (#4750)
1 parent eae6052 commit 945c809

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/fleet-model-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
cd ..
172172
# python -m pip install --pre paddlefleet-ops --index-url https://www.paddlepaddle.org.cn/packages/nightly/cu129/ --extra-index-url https://www.paddlepaddle.org.cn/packages/stable/cu129/ --extra-index-url https://pypi.tuna.tsinghua.edu.cn/simple
173173
pip install -e ".[paddlefleet]" --extra-index-url=https://www.paddlepaddle.org.cn/packages/stable/cu129/ --extra-index-url=https://www.paddlepaddle.org.cn/packages/nightly/cu129/
174-
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
174+
wget -q --no-proxy https://paddle-qa.bj.bcebos.com/paddleformers/yq_linux_amd64 -O /usr/local/bin/yq
175175
chmod +x /usr/local/bin/yq
176176
echo "paddle commit:"
177177
python -c "import paddle; print(paddle.version.commit)"
@@ -336,7 +336,7 @@ jobs:
336336
# wget -q --no-proxy --no-check-certificate https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-TagBuild-Training-Linux-Gpu-Cuda12.9-Cudnn9.9-Trt10.5-Mkl-Avx-Gcc11-SelfBuiltPypiUse/latest/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
337337
# pip uninstall paddlepaddle-gpu -y
338338
# pip install paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl --index-url=https://www.paddlepaddle.org.cn/packages/nightly/cu129/
339-
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
339+
wget -q --no-proxy https://paddle-qa.bj.bcebos.com/paddleformers/yq_linux_amd64 -O /usr/local/bin/yq
340340
chmod +x /usr/local/bin/yq
341341
echo "paddle commit:"
342342
python -c "import paddle; print(paddle.version.commit)"
@@ -640,7 +640,7 @@ jobs:
640640
pip install bce-python-sdk==0.8.74
641641
pip install coverage==7.6.1
642642
pip install librosa==0.11.0
643-
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
643+
wget -q --no-proxy https://paddle-qa.bj.bcebos.com/paddleformers/yq_linux_amd64 -O /usr/local/bin/yq
644644
chmod +x /usr/local/bin/yq
645645
'
646646

0 commit comments

Comments
 (0)