Alex Cheema 11 months ago
parent
commit
ec98b9cf65
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .circleci/config.yml

+ 3 - 2
.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: |