grants-rag / postBuild
michaellupo74's picture
Deploy: ensure postBuild exec + deps
536c967
raw
history blame
193 Bytes
#!/usr/bin/env bash
set -euxo pipefail
python3 -m pip install -U pip
pip install -r requirements.txt
python3 -m playwright install --with-deps chromium
python3 -m playwright --version || true