Skip to content

Commit 75d8018

Browse files
committed
skip business_cycle
1 parent c84c821 commit 75d8018

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/install_pyodide_libs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
ROOT_DIR = os.path.dirname(PARENT_DIR)
1111

1212
PY_FILES_DIR = os.path.join(PARENT_DIR, 'py_files')
13-
# TODO: Make this list empty
13+
# TODO: Make this list as small as possible
1414
SKIP_FILES = [
15+
'business_cycle.py', # SKIP: This has wbgapi which can't be removed
1516
'lp_intro.py', # remove ortools
1617
]
1718

0 commit comments

Comments
 (0)