mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
feat(vercel):
This commit is contained in:
+3
-2
@@ -2,8 +2,9 @@ set -ex
|
||||
|
||||
python3 --version
|
||||
|
||||
pip3 install --upgrade pip
|
||||
pip3 install \
|
||||
# Vercel's Python is uv-managed (PEP 668 externally-managed), so pip needs
|
||||
# --break-system-packages. Safe here: the build container is ephemeral.
|
||||
pip3 install --break-system-packages \
|
||||
mkdocs \
|
||||
mkdocs-material \
|
||||
mkdocs-jupyter \
|
||||
|
||||
Reference in New Issue
Block a user