Open
Description
The template for .github/workflows/benchmarks_run.yml
has been updated; see the diff below. Please either:
- Action this issue with a pull request applying some/all of these changes to
.github/workflows/benchmarks_run.yml
. - Close this issue if none of these changes are appropriate for this repo.
Also consider reviewing a full diff between the template and .github/workflows/benchmarks_run.yml
, in case other valuable shared conventions have previously been missed.
File Links
- The file in this repo:
.github/workflows/benchmarks_run.yml
- The template file in the .github repo:
templates/github/workflows/ci-benchmarks-run.yml
Diff
diff --git a/templates/github/workflows/ci-benchmarks-run.yml b/templates/github/workflows/ci-benchmarks-run.yml
index 1275504..d37b9a0 100644
--- a/templates/github/workflows/ci-benchmarks-run.yml
+++ b/templates/github/workflows/ci-benchmarks-run.yml
@@ -63,8 +63,8 @@ jobs:
with:
fetch-depth: 0
- - name: Install ASV
- run: pip install asv
+ - name: Install run dependencies
+ run: pip install asv # Some repos also need Nox
- name: Cache environment directories
id: cache-env-dir
@@ -135,4 +135,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: asv-raw-results
- path: benchmarks/.asv/results
\ No newline at end of file
+ path: benchmarks/.asv/results
Metadata
Metadata
Assignees
Type
Projects
Status
No status