Skip to content

Commit 20c77e0

Browse files
committed
update
1 parent 34e03ab commit 20c77e0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/_ascend_npu_benchmark.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,15 @@ jobs:
5656
run: |
5757
npu-smi info
5858
59-
- name: Install system dependencies
59+
- name: Config mirrors
6060
run: |
6161
sed -i 's|ports.ubuntu.com|mirrors.tuna.tsinghua.edu.cn|g' /etc/apt/sources.list
62+
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
63+
64+
- name: Install system dependencies
65+
run: |
6266
apt update
63-
apt install --no-install-recommends -y git gcc g++ make cmake ninja-build curl
67+
apt install --no-install-recommends -y git gcc g++ make cmake ninja-build curl libgl1
6468
6569
- name: Checkout
6670
uses: actions/checkout@v4

0 commit comments

Comments
 (0)