Skip to content

The template for github/workflows/ci-benchmarks-run.yml has been updated #6513

Open
@scitools-ci

Description

@scitools-ci

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

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

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