File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424
2525 - name : Code Checkout
2626 env :
27- docker_image : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/fastdeploy-xpu:2.2.0
27+ docker_image : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/fastdeploy-xpu:ci
2828 run : |
2929 REPO="https://github.com/${{ github.repository }}.git"
3030 FULL_REPO="${{ github.repository }}"
5555
5656 - name : Run CI unittest
5757 env :
58- docker_image : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/fastdeploy-xpu:2.2.0
58+ docker_image : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/fastdeploy-xpu:ci
5959 run : |
6060 runner_name="${{ runner.name }}"
6161 last_char="${runner_name: -1}"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export PATH=/workspace/deps/xre/bin:$PATH
3030
3131xpu-smi -r -i $XPU_VISIBLE_DEVICES
3232xpu-smi
33-
33+ python -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
3434echo " pip requirements"
3535python -m pip install -r requirements.txt
3636
You can’t perform that action at this time.
0 commit comments