From 6745354ee689fb21be78c6d5f5a4407f36e4a465 Mon Sep 17 00:00:00 2001 From: Abhishek Patidar <1e9abhi1e10@gmail.com> Date: Thu, 29 Jun 2023 00:56:27 +0530 Subject: [PATCH] Updated the version --- .github/workflows/run-benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-benchmarks.yml b/.github/workflows/run-benchmarks.yml index 1c2acbc..eb0dc37 100644 --- a/.github/workflows/run-benchmarks.yml +++ b/.github/workflows/run-benchmarks.yml @@ -31,7 +31,7 @@ jobs: git submodule add https://github.com/sympy/sympy_benchmarks.git git remote add upstream https://github.com/sympy/sympy.git git fetch upstream master - git fetch upstream 1.11 + git fetch upstream 1.12 - name: Configure benchmarks run: asv machine --yes --config asv.conf.actions.json