Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Oct 25, 2024
1 parent 5baba1e commit 187b87b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 187b87b

Please sign in to comment.