From dfd9d3eb48fc55fb605a3cfdf1d3494b9adceae2 Mon Sep 17 00:00:00 2001 From: Alex Cheema Date: Thu, 23 Jan 2025 01:44:57 +0000 Subject: [PATCH] linux install --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c29b585..2cfe0c85 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -266,7 +266,7 @@ jobs: sudo apt-get update sudo add-apt-repository -y ppa:deadsnakes/ppa sudo apt-get update - sudo apt-get install -y python3.12 + sudo apt-get install -y python3.12 python3.12-venv python3.12 -m venv env source env/bin/activate - run: