浏览代码

apt-get debian noninteractive in circleci

Alex Cheema 2 月之前
父节点
当前提交
928214d479
共有 1 个文件被更改,包括 2 次插入0 次删除
  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