Skip to content

Commit

Permalink
fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Jan 24, 2025
1 parent 250b504 commit dddeb9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os

from scripts.utils.get_python_path import get_python_path

__all__ = ["main"]
Expand All @@ -20,7 +21,7 @@ def install():
print("--- Running pipenv install ---")
print("")

os.system("pipenv install --dev")
os.system("poetry install")


def postinstall_hook():
Expand Down

0 comments on commit dddeb9c

Please sign in to comment.