1 parent fe94471 commit 4672273Copy full SHA for 4672273
1 file changed
.github/workflows/pythonpackage.yml
@@ -29,7 +29,9 @@ jobs:
29
- run: uv run pytest
30
env:
31
pytest_github_report: true
32
- - uses: konsumer/install-wasi-sdk@v1
+ - uses: bytecodealliance/setup-wasi-sdk-action@v1
33
+ with:
34
+ version: 30
35
- run: npm ci
36
working-directory: ./forth
37
- run: npm run test
0 commit comments