Skip to content

Commit a2681bd

Browse files
committed
Use pixi task properly
1 parent c2fbf24 commit a2681bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ runs:
2222
- name: Install repo2wasm
2323
shell: bash
2424
run: pixi add --pypi repo2wasm
25+
- name: Add task
26+
shell: bash
27+
run: pixi task add repo2wasm repo2wasm
2528
- name: Create IDE
2629
shell: bash
2730
run: |
@@ -31,4 +34,4 @@ runs:
3134
else
3235
export REPO2WASM_FORGIVING="--forgiving"
3336
fi
34-
pixi exec repo2wasm $REPO2WASM_FORGIVING test
37+
pixi run repo2wasm $REPO2WASM_FORGIVING test

0 commit comments

Comments
 (0)