Browse Source

linux install

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

+ 2 - 1
.circleci/config.yml

@@ -263,7 +263,8 @@ jobs:
       - run:
           name: Set up Python
           command: |
-            brew install python@3.12
+            sudo apt-get update
+            sudo apt-get install -y python3.12
             python3.12 -m venv env
             source env/bin/activate
       - run: