← back to Exo
t
ec98b9cf653f6d6a38958028b2c95d40c15ab0b1 · 2024-08-02 15:38:36 +0100 · Alex Cheema
Files touched
Diff
commit ec98b9cf653f6d6a38958028b2c95d40c15ab0b1
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Fri Aug 2 15:38:36 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 f706780d..516d03a9 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -188,8 +188,9 @@ jobs:
- run:
name: Set up Python
command: |
- sudo apt-get update
- sudo apt-get install -y python3.12 python3.12-venv
+ sudo apt-get update -y
+ sudo apt-get install -y python3.12
+ pip3 install virtualenv
- run:
name: Create and activate virtual environment
command: |
← fecd0810 t
·
back to Exo
·
t 91171254 →