We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdf6b6 commit 51a98ccCopy full SHA for 51a98cc
.github/workflows/micromamba.yml
@@ -33,13 +33,17 @@ jobs:
33
- name: Install (with) micromamba
34
uses: mamba-org/setup-micromamba@v2
35
with:
36
- # cache-environment: true
+ cache-environment: true
37
micromamba-version: ${{ matrix.micromamba_version }}
38
-
+ environment-name: test-env
39
+ create-args: >-
40
+ python=3.12
41
+ pip
42
+ mamba
43
+
44
- name: Overwrite omnibenchmark CLI to branch
45
shell: bash -l {0}
46
run: |
- mamba install -y pip
47
pip install git+https://github.com/omnibenchmark/omnibenchmark.git@${{ matrix.ob_branch }}
48
49
# - name: Enable a benchmarking `out` cache
0 commit comments