Update release-pypi.yml (#1723)

This commit is contained in:
Jianwei Dong 2025-12-16 17:42:28 +08:00 committed by GitHub
parent fe8049d3a9
commit 6dcacd9daf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,8 +42,8 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake libhwloc-dev pkg-config libnuma-dev
apt-get update
apt-get install -y cmake libhwloc-dev pkg-config libnuma-dev
- name: Install Python build tools
run: |