Parcourir la source

linux install

Alex Cheema il y a 6 mois
Parent
commit
b2764f177f
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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: