Skip to content

Commit

Permalink
restore dirty_equals install
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Jan 28, 2025
1 parent 898e37c commit 6fe2958
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/jiter-python/tests/emscripten_runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ import importlib
# see https://github.com/pyodide/pyodide/issues/2840
# import sys; sys.setrecursionlimit(200)
await micropip.install(['file:${wheel_path}'])
await micropip.install([
'dirty_equals',
'file:${wheel_path}'
])
importlib.invalidate_caches()
print('installed packages:', micropip.list())
Expand Down

0 comments on commit 6fe2958

Please sign in to comment.