Explorar el Código

apt-get debian noninteractive in circleci

Alex Cheema hace 2 meses
padre
commit
928214d479
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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