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 2, 2024
1 parent 2211d9e commit f342528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"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:python:emscripten": "pnpm test:pyodide:download: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": "pnpm test:pyodide:download:dispatch && itk-wasm pnpm-script test:python:emscripten",
"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 Down

0 comments on commit f342528

Please sign in to comment.