Skip to content

Commit c2fbf24

Browse files
committed
Install Python before repo2wasm
1 parent ea60e55 commit c2fbf24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ runs:
1616
- name: Create Pixi environment
1717
shell: bash
1818
run: pixi init
19+
- name: Install Python
20+
shell: bash
21+
run: pixi add python=3.13
1922
- name: Install repo2wasm
2023
shell: bash
2124
run: pixi add --pypi repo2wasm

0 commit comments

Comments
 (0)