Browse Source

linux install

Alex Cheema 6 months ago
parent
commit
200ff4d713
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .circleci/config.yml

+ 2 - 0
.circleci/config.yml

@@ -263,6 +263,8 @@ jobs:
       - run:
           name: Set up Python
           command: |
+            sudo apt-get update
+            sudo add-apt-repository -y ppa:deadsnakes/ppa
             sudo apt-get update
             sudo apt-get install -y python3.12
             python3.12 -m venv env