This commit is contained in:
parent
85f7d61bd6
commit
f3deb10d70
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user