Skip to content

Commit 068d33d

Browse files
authored
Fix Benchmarks Workflow (tardis-sn#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
1 parent a6160b7 commit 068d33d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ jobs:
7272
python
7373
asv=0.6.4
7474
mamba
75+
libmambapy<2.0
7576
conda-build
76-
conda=24.9.0
77+
conda=24.11.0
7778
7879
- name: Accept all asv questions
7980
run: asv machine --yes

0 commit comments

Comments
 (0)