Skip to content

Commit 1617d96

Browse files
committed
Force install with setup.py
1 parent b13c5b1 commit 1617d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def update_imported_docs(project, version):
116116
run('%s install -r %s' % (project.venv_bin(version=version_slug, bin='pip'),
117117
project.requirements_file))
118118
os.chdir(project.checkout_path(version_slug))
119-
run('%s setup.py install' % project.venv_bin(version=version_slug,
119+
run('%s setup.py install --force' % project.venv_bin(version=version_slug,
120120
bin='python'))
121121

122122
# check tags/version

0 commit comments

Comments
 (0)