Skip to content

Commit 31268ec

Browse files
committed
Install micromamba
1 parent a2681bd commit 31268ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ runs:
1616
- name: Create Pixi environment
1717
shell: bash
1818
run: pixi init
19-
- name: Install Python
19+
- name: Install Python and micromamba
2020
shell: bash
21-
run: pixi add python=3.13
21+
run: pixi add python=3.13 micromamba
2222
- name: Install repo2wasm
2323
shell: bash
2424
run: pixi add --pypi repo2wasm

0 commit comments

Comments
 (0)