From 187b87b48f7d33ec0e446ed798c47dd3e16dc14b Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Fri, 25 Oct 2024 13:04:05 +0530 Subject: [PATCH] more fixes --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e64ab00ff..d49cb4160 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,8 +61,9 @@ jobs: no_output_timeout: 30m - run: apt-get update - run: apt-get install -y python3.8-dev python3.8-venv || true + - run: apt-get install python3-pip -y - run: apt -y --fix-broken install - - run: pip3 install virtualenv + - run: python3.8 -m pip install virtualenv - run: cd v2/src/plugins/codeTypeChecking/pythonEnv/ && python3.8 -m virtualenv ./venv && source venv/bin/activate && pip install -r ./requirements.txt - run: name: Setup Dart Env