From 906f3907058c34b7743064d2b322d8ee4e36a8db Mon Sep 17 00:00:00 2001 From: DONNOT Benjamin Date: Thu, 25 Jul 2024 09:45:45 +0200 Subject: [PATCH] fix circle ci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 87a37d4..1cabd4b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ jobs: steps: - checkout - run: apt-get update && apt-get install --reinstall ca-certificates -y && apt-get install software-properties-common python3-launchpadlib -y - - run: apt-get update && add-apt-repository 'ppa:deadsnakes/ppa' + - run: apt-get update && add-apt-repository 'ppa:deadsnakes/ppa' -y - run: apt-get update && install python3.10-full python3.10-dev python3.10-pip python3.10-virtualenv git -y - run: name: Get python version