grants-rag / postBuild
michaellupo74's picture
ensure postBuild executable
634f49c
raw
history blame contribute delete
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