docs: install partner pkgs vercel (#20761)

This commit is contained in:
Bagatur
2024-04-22 16:08:02 -07:00
committed by GitHub
parent 0ae5027d98
commit fa4d6f9f8b
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,9 @@ export PATH=$PATH:$(pwd)/quarto-1.3.450/bin/
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r vercel_requirements.txt
python3 -m pip install --upgrade uv
python3 -m uv pip install -r vercel_requirements.txt
python3 -m uv pip install -e $(ls ../libs/partners | grep -vE "airbyte|ibm|.md" | xargs -I {} echo "../libs/partners/{}")
# autogenerate integrations tables
python3 scripts/model_feat_table.py