diff --git a/=0.23.0 b/=0.23.0 index 8c84ebe..9b0f9c8 100644 --- a/=0.23.0 +++ b/=0.23.0 @@ -1,4 +1,11 @@ -[version-2 a8dd7b3] Added zstandard - 3 files changed, 12 insertions(+) - create mode 100644 "=0.23.0\n" - create mode 100644 changai/changai/setup/install.py +On branch version-2 +Your branch is up to date with 'origin/version-2'. + +Changes not staged for commit: + (use "git add ..." to update what will be committed) + (use "git restore ..." to discard changes in working directory) + modified: =0.23.0 + modified: changai/changai/setup/install.py + modified: changai/hooks.py + +no changes added to commit (use "git add" and/or "git commit -a") diff --git a/changai/changai/setup/install.py b/changai/changai/setup/install.py index f78b654..d322112 100644 --- a/changai/changai/setup/install.py +++ b/changai/changai/setup/install.py @@ -1,8 +1,9 @@ -import subprocess -import sys +#before install test +# import subprocess +# import sys -def install_system_deps(): - subprocess.run([ - "sudo", "apt", "install", "-y", - "libffi-dev", "build-essential" - ], check=True) \ No newline at end of file +# def install_system_deps(): +# subprocess.run([ +# "sudo", "apt", "install", "-y", +# "libffi-dev", "build-essential" +# ], check=True) \ No newline at end of file diff --git a/changai/hooks.py b/changai/hooks.py index 940a15e..1f89bbd 100644 --- a/changai/hooks.py +++ b/changai/hooks.py @@ -115,7 +115,7 @@ # Installation # ------------ -before_install = "changai.setup.install.install_system_deps" +# before_install = "changai.setup.install.install_system_deps" # after_install = "changai.changai.api.v2.install.after_install" # after_migrate = "changai.changai.api.v2.install.after_migrate"