Skip to content

Commit

Permalink
adjust one more time...
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Jan 28, 2025
1 parent e622209 commit 898e37c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/jiter-python/tests/emscripten_runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ async function main() {
// mount jiter crate source for benchmark data
FS.mkdir('/jiter');
FS.mount(FS.filesystems.NODEFS, {root: path.resolve(root_dir, "..", "jiter")}, '/jiter');
FS.chdir('/jiter');

await pyodide.loadPackage(['micropip', 'pytest']);
// language=python
Expand Down

0 comments on commit 898e37c

Please sign in to comment.