Skip to content

Commit

Permalink
asv
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Nov 4, 2024
1 parent f3fee1e commit 7c68916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up conda python
uses: conda-incubator/[email protected]
with:
python-version: 3.11
python-version: 3.12

- name: Install dependencies
id: build
Expand Down
4 changes: 2 additions & 2 deletions asv/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

// The Pythons you'd like to test against. If not provided, defaults
// to the current version of Python used to run `asv`.
"pythons": ["3.11"],
"pythons": ["3.12"],

// The list of conda channel names to be searched for benchmark
// dependency packages in the specified order
Expand Down Expand Up @@ -85,7 +85,7 @@
// will not be set for the current combination.
//
"matrix": {
"numpy": ["1.26.4"],
"numpy": [],
"Cython": [],
"pandas": [],
"scipy": [],
Expand Down

0 comments on commit 7c68916

Please sign in to comment.