Skip to content

Commit 518ff1a

Browse files
committed
Remove custom bench env yaml
1 parent d850e46 commit 518ff1a

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ jobs:
2424
- name: Set up conda environment
2525
uses: mamba-org/setup-micromamba@v1
2626
with:
27-
environment-file: ci/benchmark.yml
28-
environment-name: flox-tests
2927
init-shell: bash
3028
cache-environment: true
31-
29+
create-args: >-
30+
python=3.10
31+
asv
32+
mamba
3233
- name: Run benchmarks
3334
shell: bash -l {0}
3435
id: benchmark

ci/benchmark.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)