Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86bc6c9

Browse filesBrowse files
authored
MNT specify main branch in asv config for the publish command (#19408)
1 parent 7e197fd commit 86bc6c9
Copy full SHA for 86bc6c9

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎asv_benchmarks/asv.conf.json

Copy file name to clipboardExpand all lines: asv_benchmarks/asv.conf.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
// List of branches to benchmark. If not provided, defaults to "master
3232
// (for git) or "default" (for mercurial).
33-
// "branches": ["main"], // for git
33+
"branches": ["main"],
3434
// "branches": ["default"], // for mercurial
3535

3636
// The DVCS being used. If not set, it will be automatically
@@ -73,7 +73,7 @@
7373
//
7474
"matrix": {
7575
"numpy": [],
76-
"scipy": [],
76+
"scipy": [],
7777
"cython": [],
7878
"joblib": [],
7979
"threadpoolctl": []

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.