Skip to content

Commit 1fc6e4c

Browse files
authored
Merge pull request readthedocs#5386 from orlnub123/bugfix/ignore-installed
Fix pip installs
2 parents 7e0705f + 45c7207 commit 1fc6e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/python_environments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def install_package(self, install):
9999
'-m',
100100
'pip',
101101
'install',
102-
'--ignore-installed',
102+
'--force-reinstall',
103103
'--cache-dir',
104104
self.project.pip_cache_path,
105105
'{path}{extra_requirements}'.format(

0 commit comments

Comments
 (0)