From 20ff937a3a6d5a1b4f9b26707c17cab1d761fda9 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 16 May 2022 19:25:49 +0300 Subject: [PATCH] Return of the pip --- .github/workflows/benchmark.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ac41b4d1..451baa8f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -50,6 +50,10 @@ jobs: with: python-version: "3.x" architecture: "x64" + cache: "pip" + + - name: Install requests + run: python -m pip install requests - name: Run benchmark run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt