Alex Cheema hace 1 año
padre
commit
6b300112c8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .circleci/config.yml

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