diff --git a/.github/workflows/benchmarks_run.yml b/.github/workflows/benchmarks_run.yml index 0d9d7f0756..69d753e4cc 100644 --- a/.github/workflows/benchmarks_run.yml +++ b/.github/workflows/benchmarks_run.yml @@ -42,7 +42,7 @@ jobs: - name: Install ASV & Nox run: | - pip install asv nox + pip install "asv!=0.6.2" nox - name: Cache environment directories id: cache-env-dir