Skip to content

Commit de12854

Browse files
committed
update the demoland_engine wheel
1 parent 0bcef3d commit de12854

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/lib/python/pyodide_worker.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async function loadPyodideAndPackages(pathname: string) {
1717
const micropip = self.pyodide.pyimport("micropip");
1818
await micropip.install("lzma")
1919
await micropip.install("pyodide-http")
20-
await micropip.install(pathname + "demoland_engine-0.1.dev1+g8333879-py3-none-any.whl");
20+
await micropip.install(pathname + "demoland_engine-0.1.dev1+g3cfb7e1-py3-none-any.whl");
2121
}
2222

2323
self.onmessage = async (event) => {

0 commit comments

Comments
 (0)