diff options
| author | Jay Swain <jswain@gitlab.com> | 2025-06-04 11:07:47 -0700 |
|---|---|---|
| committer | Jay Swain <jswain@gitlab.com> | 2025-06-04 11:07:47 -0700 |
| commit | f6ebf2b27255c218d1b4e771ac4aaa129b74443e (patch) | |
| tree | df68a650154429b5d233e695124e9fec71ddd360 | |
| parent | d66380a31b2bc241b5a4264de2aefe936089a034 (diff) | |
add pip install dumb-init to make setup
| -rw-r--r-- | .tool-versions | 1 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.tool-versions b/.tool-versions index 6d51b8f..6cd6801 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1,2 @@ golang 1.24.3 +python 3.13.4 @@ -25,6 +25,8 @@ setup: else \ echo "Homebrew not found, skipping brew bundle"; \ fi + @echo "Installing Python dependencies..." + pip install dumb-init build: bin/authzd bin/sparkled |
