From 1af36eb542a2b6afead9e440123e71ffa98ae485 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 16 May 2022 15:10:43 +0300 Subject: [PATCH] Reverted pip install change in benchmark workflow --- .github/workflows/benchmark.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 41f506bd..5ce08b7b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -61,7 +61,6 @@ jobs: with: python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: "x64" - run: pip install requests #Run benchmark with `python bench/bench.py` and stores the output to a file - name: Run benchmark