Merge pull request #688 from exo-explore/readmeupdate

apt-get debian noninteractive in circleci
This commit is contained in:
Alex Cheema
2025-02-08 02:41:19 +00:00
committed by GitHub

View File

@@ -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