Skip to content

Commit 0a27ed0

Browse files
committed
fix ci
Signed-off-by: mywaaagh_admin <pkwarcraft@gmail.com>
1 parent 21cc31a commit 0a27ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/npu_ci_install_dependency.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
# Install the required dependencies from cache
55
sed -Ei 's@(ports|archive).ubuntu.com@cache-service.nginx-pypi-cache.svc.cluster.local:8081@g' /etc/apt/sources.list
66
apt update -y
7-
apt install -y build-essential cmake python3-pip python3-dev wget net-tools zlib1g-dev lld clang software-properties-common
7+
apt install -y build-essential cmake python3-pip python3-dev wget net-tools zlib1g-dev lld clang software-properties-common curl
88

99
# Setup pip cache
1010
pip config set global.index-url http://cache-service.nginx-pypi-cache.svc.cluster.local/pypi/simple

0 commit comments

Comments
 (0)