From a9d4b79b2e75752c4eb66b9116773e1764e72b25 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 16 May 2022 19:21:24 +0300 Subject: [PATCH] Cleanup --- .github/workflows/benchmark.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 9189dab2..ac41b4d1 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -51,18 +51,9 @@ jobs: python-version: "3.x" architecture: "x64" - - name: Install requests - run: python -m pip install requests - - name: Run benchmark run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt - - name: Download previous benchmark data - uses: actions/cache@v1 - with: - path: ./cache - key: ${{ runner.os }}-benchmark - - name: Checkout gh-pages run: | git config user.name github-actions