Skip to content

Commit 51a98cc

Browse files
committed
add python verson
1 parent 9bdf6b6 commit 51a98cc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/micromamba.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,17 @@ jobs:
3333
- name: Install (with) micromamba
3434
uses: mamba-org/setup-micromamba@v2
3535
with:
36-
# cache-environment: true
36+
cache-environment: true
3737
micromamba-version: ${{ matrix.micromamba_version }}
38-
38+
environment-name: test-env
39+
create-args: >-
40+
python=3.12
41+
pip
42+
mamba
43+
3944
- name: Overwrite omnibenchmark CLI to branch
4045
shell: bash -l {0}
4146
run: |
42-
mamba install -y pip
4347
pip install git+https://github.com/omnibenchmark/omnibenchmark.git@${{ matrix.ob_branch }}
4448
4549
# - name: Enable a benchmarking `out` cache

0 commit comments

Comments
 (0)