mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-25 23:01:29 -05:00
Add Pyodide lockFileURL test (#2209)
This commit is contained in:
committed by
GitHub
parent
f827efe2fc
commit
febbb031ac
6
core/tests/javascript/pyodide-cache/index.py
Normal file
6
core/tests/javascript/pyodide-cache/index.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import numpy
|
||||
import matplotlib
|
||||
|
||||
# just do something with the packages
|
||||
print(len(dir(numpy)))
|
||||
print(len(dir(matplotlib)))
|
||||
Reference in New Issue
Block a user