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 f877ba4 commit c366555Copy full SHA for c366555
1 file changed
src/omnipkg/core.py
@@ -1267,7 +1267,7 @@ def run_verbose(cmd: List[str], error_msg: str):
1267
"pip",
1268
"install",
1269
"--no-cache-dir",
1270
- "--extra-index-url https://exotic-wheels.github.io"
+ "--extra-index-url", "https://exotic-wheels.github.io",
1271
] + sorted(list(filtered_deps))
1272
try:
1273
run_verbose(deps_install_cmd, "Failed to install omnipkg dependencies.")
0 commit comments