Skip to content

Commit e67a7b1

Browse files
committed
skip lp_intro
1 parent d2ec1a1 commit e67a7b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/install_pyodide_libs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
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
1314
SKIP_FILES = [
1415
'short_path.py',
1516
'inflation_history.py',
17+
'lp_intro.py', # remove ortools
1618
]
1719

1820
def get_imported_libraries(file_path):

0 commit comments

Comments
 (0)