Skip to content

Commit 928214d

Browse files
committed
apt-get debian noninteractive in circleci
1 parent d8c3aed commit 928214d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ jobs:
263263
- run:
264264
name: Set up Python
265265
command: |
266+
export DEBIAN_FRONTEND=noninteractive
267+
export DEBCONF_NONINTERACTIVE_SEEN=true
266268
sudo apt-get update
267269
sudo add-apt-repository -y ppa:deadsnakes/ppa
268270
sudo apt-get update

0 commit comments

Comments
 (0)