8000 [skip-ci] Fix benchmark CI · pydata/xarray@db1f2f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit db1f2f3

Browse files
committed
[skip-ci] Fix benchmark CI
1 parent 4e9d557 commit db1f2f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
environment-name: xarray-tests
2929
cache-environment: true
3030
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
3132
create-args: >-
3233
asv
34+
build
3335
3436
3537
- name: Run benchmarks

asv_bench/asv.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
// The Pythons you'd like to test against. If not provided, defaults
4343
// to the current version of Python used to run `asv`.
44-
"pythons": ["3.10"],
44+
"pythons": ["3.11"],
4545

4646
// The matrix of dependencies to test. Each key is the name of a
4747
// package (in PyPI) and the values are version numbers. An empty

0 commit comments

Comments
 (0)
0