From d85dafb4e3a87d5670e08203a97616d9428aebd9 Mon Sep 17 00:00:00 2001 From: Sam Brockie Date: Thu, 6 Jul 2023 18:57:29 +0200 Subject: [PATCH] Remove upstream prefix from target branches --- asv.conf.actions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv.conf.actions.json b/asv.conf.actions.json index 1b1d1e3..b0107c1 100644 --- a/asv.conf.actions.json +++ b/asv.conf.actions.json @@ -22,7 +22,7 @@ // This list needs to be updated after each release of sympy. The branch to // be checked should always be the previous release. - "branches": ["upstream/1.12", "upstream/master", "HEAD"], // for git + "branches": ["1.12", "master", "HEAD"], // for git // "branches": ["tip"], // for mercurial // The DVCS being used. If not set, it will be automatically