Merge pull request #5386 from orlnub123/bugfix/ignore-installed

Fix pip installs
master
Eric Holscher 2019-03-18 15:51:56 -03:00 committed by GitHub
commit 1fc6e4cb2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class PythonEnvironment:
'-m',
'pip',
'install',
'--ignore-installed',
'--force-reinstall',
'--cache-dir',
self.project.pip_cache_path,
'{path}{extra_requirements}'.format(