apt-get debian noninteractive in circleci

This commit is contained in:
Alex Cheema
2025-02-08 02:40:51 +00:00
parent d8c3aed0cc
commit 928214d479

View File

@@ -263,6 +263,8 @@ jobs:
- run:
name: Set up Python
command: |
export DEBIAN_FRONTEND=noninteractive
export DEBCONF_NONINTERACTIVE_SEEN=true
sudo apt-get update
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update