Skip to content

Commit

Permalink
install pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 26, 2024
1 parent 70942f5 commit d45def8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ jobs:
- run: yarn install --cwd ./apps/remix-ide-e2e --modules-folder ../../node_modules || yarn install --cwd ./apps/remix-ide-e2e --modules-folder ../../node_modules
- run: mkdir node_modules/hardhat && wget https://unpkg.com/hardhat/console.sol -O node_modules/hardhat/console.sol
- run: ls -la ./dist/apps/remix-ide/assets/js
- run: apt install python3-pip -y
- when:
condition:
equal: [ "chrome", << parameters.browser >> ]
Expand Down

0 comments on commit d45def8

Please sign in to comment.