← back to Exo
t
fecd08104724665a24aec06c5bc5f884577683f3 · 2024-08-02 15:36:15 +0100 · Alex Cheema
Files touched
Diff
commit fecd08104724665a24aec06c5bc5f884577683f3
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Fri Aug 2 15:36:15 2024 +0100
t
---
.circleci/config.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index a0f5fe85..f706780d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -188,8 +188,8 @@ jobs:
- run:
name: Set up Python
command: |
- pyenv install 3.12
- pyenv global 3.12
+ sudo apt-get update
+ sudo apt-get install -y python3.12 python3.12-venv
- run:
name: Create and activate virtual environment
command: |
← 49664c46 t
·
back to Exo
·
t ec98b9cf →