Browse Source

apt-get debian noninteractive in circleci

Alex Cheema 2 months ago
parent
commit
928214d479
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .circleci/config.yml

+ 2 - 0
.circleci/config.yml

@@ -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