Skip to content

Commit

Permalink
Merge pull request exo-explore#688 from exo-explore/readmeupdate
Browse files Browse the repository at this point in the history
apt-get debian noninteractive in circleci
  • Loading branch information
AlexCheema authored Feb 8, 2025
2 parents ce34a88 + 928214d commit 76d1bd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76d1bd9

Please sign in to comment.