Skip to content

Commit

Permalink
update the demoland_engine wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Feb 28, 2024
1 parent 0bcef3d commit de12854
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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+g8333879-py3-none-any.whl");
await micropip.install(pathname + "demoland_engine-0.1.dev1+g3cfb7e1-py3-none-any.whl");
}

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

0 comments on commit de12854

Please sign in to comment.