Alex Cheema vor 1 Jahr
Ursprung
Commit
c5646ae00f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

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