Skip to content

Commit d489aae

Browse files
mohansonloganek
authored andcommitted
Add pywasm in github daily action
1 parent 56a3c3e commit d489aae

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/daily-runtime-validation.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 1
1111
matrix:
12-
runtime: [wasmtime, wasm-micro-runtime, wazero, wasmedge]
12+
runtime: [wasmtime, wasm-micro-runtime, wazero, wasmedge, pywasm-runtime]
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out repository code
@@ -61,6 +61,11 @@ jobs:
6161
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
6262
cp .github/wasi_testsuite_adapter.py ../adapters/wazero.py
6363
64+
- name: Install pywasm
65+
if: matrix.runtime == 'pywasm-runtime'
66+
run: |
67+
pip install pywasm
68+
6469
- name: Get current timestamp
6570
run: echo "date=$(date +'%Y-%m-%d_%H_%M')" >> $GITHUB_ENV
6671

0 commit comments

Comments
 (0)