Kaynağa Gözat

apt-get debian noninteractive in circleci

Alex Cheema 9 ay önce
ebeveyn
işleme
928214d479
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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