Skip to content

Commit be63b28

Browse files
More explainable benchmark GHA. (#6556)
* Clearer dependencies in benchmarks_run.yml * Clearer dependencies in benchmarks_validate.yml * Remove unnecessary line break. * Remove unnecessary line break. --------- Co-authored-by: Chris Bunney <[email protected]>
1 parent a764463 commit be63b28

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/benchmarks_run.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ jobs:
7676
with:
7777
fetch-depth: 0
7878

79-
- name: Install Nox
80-
run: |
81-
pip install nox!=2025.05.01
79+
- name: Install run dependencies
80+
run: pip install asv nox!=2025.05.01
8281

8382
- name: Cache environment directories
8483
id: cache-env-dir

.github/workflows/benchmarks_validate.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333

34-
- name: Install Nox
35-
run: |
36-
pip install nox!=2025.05.01
34+
- name: Install run dependencies
35+
run: pip install asv nox!=2025.05.01
3736

3837
- name: Cache environment directories
3938
id: cache-env-dir

0 commit comments

Comments
 (0)