From 17ed62260a92a59fe360a240f8b246c97eab56eb Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 16 May 2022 12:37:54 +0300 Subject: [PATCH] Added requests install for python --- .github/workflows/benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5ce08b7b..41f506bd 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -61,6 +61,7 @@ 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