Skip to content

Commit c366555

Browse files
committed
Update 1 code files
Modified: • src/omnipkg/core.py (+1/-1 lines) [gitship-generated]
1 parent f877ba4 commit c366555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/omnipkg/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ def run_verbose(cmd: List[str], error_msg: str):
12671267
"pip",
12681268
"install",
12691269
"--no-cache-dir",
1270-
"--extra-index-url https://exotic-wheels.github.io"
1270+
"--extra-index-url", "https://exotic-wheels.github.io",
12711271
] + sorted(list(filtered_deps))
12721272
try:
12731273
run_verbose(deps_install_cmd, "Failed to install omnipkg dependencies.")

0 commit comments

Comments
 (0)