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 bda4ee8 commit 91f52b8Copy full SHA for 91f52b8
setup.py
@@ -26,7 +26,7 @@ def main():
26
if os.path.exists('.git'):
27
28
import pip.vcs.git
29
- g = pip.vcs.git.Git()
+ g = pip._internal.vcs.git.Git() # NOTE: pip API's are internal, this has to be refactored
30
31
g.run_command(["submodule", "sync"])
32
g.run_command(["submodule", "update", "--init", "--recursive", cmake_source_dir])
0 commit comments