[object Object]

← back to Exo

t

91171254662275152fd56b9e2e6a2c6598611443 · 2024-08-02 15:40:08 +0100 · Alex Cheema

Files touched

Diff

commit 91171254662275152fd56b9e2e6a2c6598611443
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Aug 2 15:40:08 2024 +0100

    t
---
 .circleci/config.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 516d03a9..0842cad3 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -188,8 +188,9 @@ jobs:
       - run:
           name: Set up Python
           command: |
-            sudo apt-get update -y
-            sudo apt-get install -y python3.12
+            sudo add-apt-repository ppa:deadsnakes/ppa -y
+            sudo apt update -y
+            sudo apt install -y python3.12
             pip3 install virtualenv
       - run:
           name: Create and activate virtual environment

← ec98b9cf t  ·  back to Exo  ·  t 4095dea8 →