File size: 193 Bytes
68fbca4
89a6236
 
 
 
 
68fbca4
1
2
3
4
5
6
7
8
#!/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