We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d850e46 commit 518ff1aCopy full SHA for 518ff1a
.github/workflows/benchmarks.yml
@@ -24,11 +24,12 @@ jobs:
24
- name: Set up conda environment
25
uses: mamba-org/setup-micromamba@v1
26
with:
27
- environment-file: ci/benchmark.yml
28
- environment-name: flox-tests
29
init-shell: bash
30
cache-environment: true
31
-
+ create-args: >-
+ python=3.10
+ asv
32
+ mamba
33
- name: Run benchmarks
34
shell: bash -l {0}
35
id: benchmark
ci/benchmark.yml
0 commit comments