diff --git a/.github/workflows/benchmarks_run.yml b/.github/workflows/benchmarks_run.yml index 90cd3a3e7d..9097489f1d 100644 --- a/.github/workflows/benchmarks_run.yml +++ b/.github/workflows/benchmarks_run.yml @@ -76,9 +76,8 @@ jobs: with: fetch-depth: 0 - - name: Install Nox - run: | - pip install nox!=2025.05.01 + - name: Install run dependencies + run: pip install asv nox!=2025.05.01 - name: Cache environment directories id: cache-env-dir diff --git a/.github/workflows/benchmarks_validate.yml b/.github/workflows/benchmarks_validate.yml index a4e325423a..2e57ae1574 100644 --- a/.github/workflows/benchmarks_validate.yml +++ b/.github/workflows/benchmarks_validate.yml @@ -31,9 +31,8 @@ jobs: with: fetch-depth: 0 - - name: Install Nox - run: | - pip install nox!=2025.05.01 + - name: Install run dependencies + run: pip install asv nox!=2025.05.01 - name: Cache environment directories id: cache-env-dir