Skip to content

Commit 917487e

Browse files
committed
update
1 parent 345a103 commit 917487e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_ascend_npu_benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
sed -i 's|ports.ubuntu.com|mirrors.tuna.tsinghua.edu.cn|g' /etc/apt/sources.list
6161
apt update
62-
apt install --no-install-recommends -y git gcc g++ make cmake ninja-build curl libgl1
62+
apt install --no-install-recommends -y git gcc g++ make cmake ninja-build curl
6363
6464
- name: Checkout
6565
uses: actions/checkout@v4
@@ -89,6 +89,7 @@ jobs:
8989
9090
- name: Install benchmark dependencies
9191
run: |
92+
pip install opencv-python-headless
9293
pip install -r benchmark/requirements.txt --constraint ascend_npu/requirements.txt "numpy==1.*"
9394
python benchmark/install.py --userbenchmark test_bench --continue_on_fail
9495

0 commit comments

Comments
 (0)