Skip to content

Commit

Permalink
Update demoland-engine wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
yongrenjie committed Feb 16, 2024
1 parent 1c3bd69 commit 3cd7c14
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/lib/python/pyodide_worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function loadPyodideAndPackages(pathname: string) {
const micropip = self.pyodide.pyimport("micropip");
await micropip.install("lzma")
await micropip.install("pyodide-http")
await micropip.install(pathname + "demoland_engine-0.1.dev1+g7d1db02-py3-none-any.whl");
await micropip.install(pathname + "demoland_engine-0.1.dev1+g766f769-py3-none-any.whl");
}

self.onmessage = async (event) => {
Expand Down

0 comments on commit 3cd7c14

Please sign in to comment.