Open
Description
The template for .github/workflows/benchmarks_validate.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_validate.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_validate.yml
, in case other valuable shared conventions have previously been missed.
File Links
- The file in this repo:
.github/workflows/benchmarks_validate.yml
- The template file in the .github repo:
templates/github/workflows/ci-benchmarks-validate.yml
Diff
diff --git a/templates/github/workflows/ci-benchmarks-validate.yml b/templates/github/workflows/ci-benchmarks-validate.yml
index 4d5337b..c7626b3 100644
--- a/templates/github/workflows/ci-benchmarks-validate.yml
+++ b/templates/github/workflows/ci-benchmarks-validate.yml
@@ -31,9 +31,9 @@ jobs:
with:
fetch-depth: 0
- - name: Install Nox
- 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
uses: actions/cache@v4
Metadata
Metadata
Assignees
Type
Projects
Status
No status