diff --git a/.circleci/config.yml b/.circleci/config.yml index 263a46c424..c1d872ad41 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,6 +41,7 @@ jobs: - run: name: Test manylinux AArch64 wheel command: | + sudo apt purge -y needrestart sudo apt update echo "deb http://ppa.launchpad.net/deadsnakes/ppa/ubuntu jammy main" | sudo tee /etc/apt/sources.list.d/deadsnakes-ppa.list && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F23C5A6CF475977595C89F51BA6932366A755776 && sudo apt update sudo apt update