From 513cd0677403b8995a9c3321d87591ed0dec5aea Mon Sep 17 00:00:00 2001 From: Atharva Arya <55894364+atharva-2001@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:20:24 +0530 Subject: [PATCH] Failing benchmarks fix (#2831) * Remove extra asv installation step * Add conda build to list of dependencies alongside asv * change trigger temporarily for testing * Change conditonals too * Add conda as a dependency too * undo test modifications * pip asv --- .github/workflows/benchmarks.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 95021ce994f..82c707f5bf5 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -65,11 +65,10 @@ jobs: bash create-args: >- python - asv + asv=0.6.4 mamba - - - name: Install asv - run: pip install asv + conda-build + conda - name: Accept all asv questions run: asv machine --yes