Spaces:
Sleeping
Sleeping
| 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 | |