From 56e7352691dddecfa2e1faebdb4a8a6a11c5a8a2 Mon Sep 17 00:00:00 2001 From: "Rodrigo Q. Saramago" Date: Wed, 19 Apr 2023 00:43:51 +0200 Subject: [PATCH] Remove obsolete code --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index feb0d5a25205..37c93e480268 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1348,12 +1348,6 @@ jobs: - checkout - attach_workspace: at: . - - run: - name: Install dependencies of helper scripts - command: | - sudo apt update - sudo apt install python3-pip --assume-yes --no-install-recommends - python3 -m pip install requests --user - run: name: Combine benchmark reports command: cat reports/externalTests/benchmark-*.json | scripts/externalTests/merge_benchmarks.sh > reports/externalTests/all-benchmarks.json