We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84c821 commit 75d8018Copy full SHA for 75d8018
testing/install_pyodide_libs.py
@@ -10,8 +10,9 @@
10
ROOT_DIR = os.path.dirname(PARENT_DIR)
11
12
PY_FILES_DIR = os.path.join(PARENT_DIR, 'py_files')
13
-# TODO: Make this list empty
+# TODO: Make this list as small as possible
14
SKIP_FILES = [
15
+ 'business_cycle.py', # SKIP: This has wbgapi which can't be removed
16
'lp_intro.py', # remove ortools
17
]
18
0 commit comments