Skip to content

Commit

Permalink
BUG: Download pyodide before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Feb 3, 2024
1 parent 2211d9e commit 912bc71
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ micromamba/
wasm/python/

test/pyodide-emscripten.tar.bz2
test/pyodide-dispatch.tar.bz2
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@
"test:data:download": "echo \"not needed\"",
"test:data:pack": "dam pack test/data test/data.tar.gz",
"test:python:wasi": "itk-wasm pnpm-script test:python:wasi",
"test:pyodide:download:emscripten": "itk-wasm pnpm-script test:pyodide:download:emscripten",
"test:python:emscripten": "itk-wasm pnpm-script test:python:emscripten",
"test:pyodide:download:dispatch": "itk-wasm pnpm-script test:pyodide:download:dispatch",
"test:python:dispatch": "itk-wasm pnpm-script test:python:emscripten",
"test:python:dispatch": "itk-wasm pnpm-script test:python:dispatch",
"test:python": "itk-wasm pnpm-script test:python",
"test:wasi": "itk-wasm pnpm-script test:wasi -- -V",
"clean": "git clean -fdx -e node_modules"
Expand All @@ -44,6 +42,6 @@
"devDependencies": {
"@itk-wasm/dam": "^1.1.0",
"@thewtex/setup-micromamba": "^1.9.7",
"itk-wasm": "^1.0.0-b.164"
"itk-wasm": "^1.0.0-b.165"
}
}
42 changes: 38 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 912bc71

Please sign in to comment.