Skip to content

Commit 015fe5f

Browse files
committed
micropip install beautifulsoup4
1 parent d7fa39b commit 015fe5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

emscripten/runner.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ async function main() {
9393
FS.mount(NODEFS, { root: testDir }, "/test_dir");
9494
await pyodide.loadPackage(["micropip", "pytest", "tomli"]);
9595
const micropip = pyodide.pyimport("micropip");
96+
await micropip.install("beautifulsoup4");
9697
await micropip.install(wheelURL);
9798
const pytest = pyodide.pyimport("pytest");
9899
errcode = pytest.main(pyodide.toPy(["/test_dir"]));

0 commit comments

Comments
 (0)