From 8c9321105afc6ed3f4e504bf05b3941766601722 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 16 May 2022 15:44:52 +0300 Subject: [PATCH] Added python requests intallation --- .github/workflows/benchmark.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3bd14c94..f99e19fc 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -62,6 +62,9 @@ jobs: python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: "x64" + - name: Install requests + run: python -m pip install requests + #Run benchmark with `python bench/bench.py` and stores the output to a file - name: Run benchmark run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt