Alex Cheema 1 year ago
parent
commit
4095dea805
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .circleci/config.yml

+ 1 - 2
.circleci/config.yml

@@ -190,8 +190,7 @@ jobs:
           command: |
             sudo add-apt-repository ppa:deadsnakes/ppa -y
             sudo apt update -y
-            sudo apt install -y python3.12
-            pip3 install virtualenv
+            sudo apt install -y python3.12 python3.12-venv
       - run:
           name: Create and activate virtual environment
           command: |