Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 51a98cc

Browse files
committedMay 7, 2025·
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

+7-3
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)
Please sign in to comment.