ci(build): use github mirror
Some checks failed
build / build (push) Failing after 5s

This commit is contained in:
张泊明518370910136 2024-10-19 06:17:53 -04:00
parent 85f7d61bd6
commit f3deb10d70
GPG Key ID: D47306D7062CDA9D

View File

@ -14,7 +14,10 @@ jobs:
- name: Display Python3 version
run: python3 --version
- name: Install PDM
run: curl -sSL https://pdm-project.org/install-pdm.py | python3 - -p /usr
run: |
curl -sSL https://ghp.ci/https://pdm-project.org/install-pdm.py -o install-pdm.py
sed -i 's|https://github.com|https://ghp.ci/https://github.com|g' install-pdm.py
python3 install-pdm.py -p /usr
- name: Display PDM version
run: pdm --version
- name: PDM install dependencies