feat(vercel):

This commit is contained in:
Alexander Myasoedov
2026-05-14 19:19:44 +03:00
parent cb64a3b70c
commit 669169bd11
+3 -2
View File
@@ -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 \