1
0
Alex Cheema 1 жил өмнө
parent
commit
ec98b9cf65
1 өөрчлөгдсөн 3 нэмэгдсэн , 2 устгасан
  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: |