From 07297fe677daa4227af8f9ffecc5b088818d5217 Mon Sep 17 00:00:00 2001 From: Divvy <54956345+DivvyCr@users.noreply.github.com> Date: Sat, 1 Aug 2020 17:50:37 +0100 Subject: [PATCH] Revert benchmarking.yml python version. (#249) * Revert benchmarking.yml python version. 3.6.10 > 3.7 (Integrate Boxcars commit changed this for some reason) * Update benchmarking.yml --- .github/workflows/benchmarking.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index ea8f78f6..657cb54c 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -1,6 +1,6 @@ # Comment performance benchmarking on every push. -name: Benchmarking +name: Benchmarking. on: push @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v1 with: - python-version: '3.6.10' + python-version: '3.7' architecture: 'x64' - name: Install/Update pip and wheel.