[object Object]

← back to Exo

linux install

dfd9d3eb48fc55fb605a3cfdf1d3494b9adceae2 · 2025-01-23 01:44:57 +0000 · Alex Cheema

Files touched

Diff

commit dfd9d3eb48fc55fb605a3cfdf1d3494b9adceae2
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Thu Jan 23 01:44:57 2025 +0000

    linux install
---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4c29b585..2cfe0c85 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -266,7 +266,7 @@ jobs:
             sudo apt-get update
             sudo add-apt-repository -y ppa:deadsnakes/ppa
             sudo apt-get update
-            sudo apt-get install -y python3.12
+            sudo apt-get install -y python3.12 python3.12-venv
             python3.12 -m venv env
             source env/bin/activate
       - run:

← 200ff4d7 linux install  ·  back to Exo  ·  install clang test 88ac12df →