From 068d33d8bbcd0404992d23b80f396e2f31f2e073 Mon Sep 17 00:00:00 2001 From: Atharva Arya <55894364+atharva-2001@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:35:18 +0530 Subject: [PATCH] Fix Benchmarks Workflow (#2902) * Test new conda release * No concurrency for faster debugging * Remove pull request target * Remove if statement and comment out tests * Pin libmambapy * Reset triggers * Revert tests --- .github/workflows/benchmarks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 1cff55a9af1..e1e84afb6ca 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -72,8 +72,9 @@ jobs: python asv=0.6.4 mamba + libmambapy<2.0 conda-build - conda=24.9.0 + conda=24.11.0 - name: Accept all asv questions run: asv machine --yes