Use reachable Playwright mirror in Gitea CI
Staging Backend Quality Gate / validate (pull_request) Has been cancelled
Staging Backend Quality Gate / publish (pull_request) Has been cancelled

This commit is contained in:
Jesse_Chen
2026-08-05 16:21:26 +08:00
parent a3a354e88f
commit 9190b0edef
2 changed files with 2 additions and 0 deletions
@@ -163,6 +163,7 @@ jobs:
- name: Install dependencies
env:
PIP_INDEX_URL: https://mirrors.aliyun.com/pypi/simple/
PLAYWRIGHT_DOWNLOAD_HOST: https://registry.npmmirror.com/-/binary/playwright
run: |
set -euo pipefail
python3 -m venv .venv