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 2828
2929 - name : Code Checkout
3030 env :
31- docker_image : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/fastdeploy-xpu:2.2.0
31+ docker_image : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/fastdeploy-xpu:ci
3232 run : |
3333 REPO="https://github.com/${{ github.repository }}.git"
3434 FULL_REPO="${{ github.repository }}"
5959
6060 - name : Run CI unittest
6161 env :
62- docker_image : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/fastdeploy-xpu:2.2.0
62+ docker_image : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/fastdeploy-xpu:ci
6363 run : |
6464 runner_name="${{ runner.name }}"
6565 last_char="${runner_name: -1}"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export PATH=/workspace/deps/xre/bin:$PATH
3636
3737xpu-smi -r -i $XPU_VISIBLE_DEVICES
3838xpu-smi
39-
39+ python -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
4040echo " pip requirements"
4141python -m pip install -r requirements.txt
4242
You can’t perform that action at this time.
0 commit comments