Use existing PyPI mirror in Gitea CI
Staging Backend Quality Gate / validate (pull_request) Failing after 10m0s
Staging Backend Quality Gate / publish (pull_request) Has been skipped

This commit is contained in:
Jesse_Chen
2026-08-05 15:32:56 +08:00
parent c1543bdb5c
commit a49ab48936
2 changed files with 3 additions and 0 deletions
@@ -155,6 +155,8 @@ jobs:
docker image inspect "$POSTGRES_TEST_IMAGE" >/dev/null
- name: Install dependencies
env:
PIP_INDEX_URL: https://mirrors.aliyun.com/pypi/simple/
run: |
set -euo pipefail
python3 -m venv .venv