Invoice-Generation / postBuild
arittrabag's picture
Update postBuild
2f70e91 verified
Raw
History Blame Contribute Delete
184 Bytes
#!/bin/bash
set -euxo pipefail
python -m pip install --upgrade pip
# Download Playwright browser binaries as the current user (no root required)
python -m playwright install chromium