Skip to content

The template for github/workflows/ci-benchmarks-validate.yml has been updated #6514

Open
@scitools-ci

Description

@scitools-ci

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

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

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions