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 0574f59 commit beebd2dCopy full SHA for beebd2d
tests/cpp/run_install.py
@@ -44,5 +44,6 @@ def subprocess_must_run(*args, **kwargs):
44
"install",
45
"--no-build-isolation",
46
os.path.abspath(pkg),
47
- ] + sys.argv[1:]
+ ]
48
+ + sys.argv[1:]
49
)
0 commit comments