Skip to content

Commit b23b38a

Browse files
authored
install typing-extensions in emscripten runner (#564)
1 parent 43aa422 commit b23b38a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/emscripten_runner.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ await micropip.install([
102102
'pytest-speed',
103103
'pytest-mock',
104104
'file:${wheel_path}',
105+
'typing-extensions',
105106
])
106107
importlib.invalidate_caches()
107108

0 commit comments

Comments
 (0)