diff --git a/.circleci/config.yml b/.circleci/config.yml index 8d6a61a..b055fba 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 -y - - run: add-apt-repository 'ppa:deadsnakes/ppa' -y + - 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