From b4aeb7fa7968133a9be8cc7c18e0a360209604a6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 26 Jun 2024 13:05:56 +0200 Subject: [PATCH] sudo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e8ac42634b..b60dd21f9e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -364,7 +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 + - run: sudo apt install python3-pip -y - when: condition: equal: [ "chrome", << parameters.browser >> ]