← back to Exo
t
6b300112c80aef5a1c27810c89d5cb0d8f4ed6ce · 2024-08-02 15:41:51 +0100 · Alex Cheema
Files touched
Diff
commit 6b300112c80aef5a1c27810c89d5cb0d8f4ed6ce
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Fri Aug 2 15:41:51 2024 +0100
t
---
.circleci/config.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index dfa0950c..2d122c2b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -190,7 +190,8 @@ jobs:
command: |
sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt update -y
- sudo apt install -y python3.12 python3.12-venv
+ sudo apt install -y python3.12
+ pip install virtualenv
- run:
name: Create and activate virtual environment
command: |
← 4095dea8 t
·
back to Exo
·
t c5646ae0 →