From 2e90f2864707439d07ca8f7411895cd3eed7ff42 Mon Sep 17 00:00:00 2001 From: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:28:12 +0100 Subject: [PATCH 1/4] Clearer dependencies in benchmarks_run.yml --- .github/workflows/benchmarks_run.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks_run.yml b/.github/workflows/benchmarks_run.yml index 90cd3a3e7d..a20f88b21f 100644 --- a/.github/workflows/benchmarks_run.yml +++ b/.github/workflows/benchmarks_run.yml @@ -76,9 +76,9 @@ jobs: with: fetch-depth: 0 - - name: Install Nox + - name: Install run dependencies run: | - pip install nox!=2025.05.01 + pip install asv nox!=2025.05.01 - name: Cache environment directories id: cache-env-dir From 10be61e8a5500e5d2a93c4d529b5631d28ac98bb Mon Sep 17 00:00:00 2001 From: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:29:14 +0100 Subject: [PATCH 2/4] Clearer dependencies in benchmarks_validate.yml --- .github/workflows/benchmarks_validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks_validate.yml b/.github/workflows/benchmarks_validate.yml index a4e325423a..8112af72d6 100644 --- a/.github/workflows/benchmarks_validate.yml +++ b/.github/workflows/benchmarks_validate.yml @@ -31,9 +31,9 @@ jobs: with: fetch-depth: 0 - - name: Install Nox + - name: Install run dependencies run: | - pip install nox!=2025.05.01 + pip install asv nox!=2025.05.01 - name: Cache environment directories id: cache-env-dir From 959a2695f5176d9ef6f286b6cf0378501b6072a0 Mon Sep 17 00:00:00 2001 From: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:32:20 +0100 Subject: [PATCH 3/4] Remove unnecessary line break. --- .github/workflows/benchmarks_validate.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks_validate.yml b/.github/workflows/benchmarks_validate.yml index 8112af72d6..2e57ae1574 100644 --- a/.github/workflows/benchmarks_validate.yml +++ b/.github/workflows/benchmarks_validate.yml @@ -32,8 +32,7 @@ jobs: fetch-depth: 0 - name: Install run dependencies - run: | - pip install asv nox!=2025.05.01 + run: pip install asv nox!=2025.05.01 - name: Cache environment directories id: cache-env-dir From 5a70d6d1477c4a8ba9f61d6277a311a63ea513ef Mon Sep 17 00:00:00 2001 From: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Date: Fri, 11 Jul 2025 15:32:48 +0100 Subject: [PATCH 4/4] Remove unnecessary line break. --- .github/workflows/benchmarks_run.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks_run.yml b/.github/workflows/benchmarks_run.yml index a20f88b21f..9097489f1d 100644 --- a/.github/workflows/benchmarks_run.yml +++ b/.github/workflows/benchmarks_run.yml @@ -77,8 +77,7 @@ jobs: fetch-depth: 0 - name: Install run dependencies - run: | - pip install asv nox!=2025.05.01 + run: pip install asv nox!=2025.05.01 - name: Cache environment directories id: cache-env-dir