mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
apt-get debian noninteractive in circleci
This commit is contained in:
@@ -263,6 +263,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Set up Python
|
name: Set up Python
|
||||||
command: |
|
command: |
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
export DEBCONF_NONINTERACTIVE_SEEN=true
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo add-apt-repository -y ppa:deadsnakes/ppa
|
sudo add-apt-repository -y ppa:deadsnakes/ppa
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|||||||
Reference in New Issue
Block a user