Skip to content

Commit

Permalink
sync with master
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Jun 5, 2024
1 parent bde6d4f commit 3fa7720
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions upsonic/remote/on_prem.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,13 @@ def install_the_requirements(self, the_requirements):
installed_requirements = self.export_requirement()
if self.tester:
self._log(f"installed_requirements {installed_requirements}")

try:
installed_requirements = installed_requirements.lower()
except:
pass


for each in the_requirements:
try:
if each not in installed_requirements or self.enable_elastic_dependency:
Expand Down

0 comments on commit 3fa7720

Please sign in to comment.