File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 28
28
environment-name : xarray-tests
29
29
cache-environment : true
30
30
cache-environment-key : " ${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}-benchmark"
31
+ # add "build" because of https://github.com/airspeed-velocity/asv/issues/1385
31
32
create-args : >-
32
33
asv
34
+ build
33
35
34
36
35
37
- name : Run benchmarks
Original file line number Diff line number Diff line change 41
41
42
42
// The Pythons you'd like to test against. If not provided, defaults
43
43
// to the current version of Python used to run `asv`.
44
- "pythons" : [" 3.10 " ],
44
+ "pythons" : [" 3.11 " ],
45
45
46
46
// The matrix of dependencies to test. Each key is the name of a
47
47
// package (in PyPI) and the values are version numbers. An empty
You can’t perform that action at this time.
0 commit comments