ci(build): fix pdm install path
Some checks failed
build / build (push) Failing after 54s

This commit is contained in:
张泊明518370910136 2024-10-19 06:04:37 -04:00
parent a4ef239bce
commit a50e4cb978
GPG Key ID: D47306D7062CDA9D

View File

@ -14,7 +14,7 @@ jobs:
- name: Display Python3 version
run: python3 --version
- name: Install PDM
run: curl -sSL https://pdm-project.org/install-pdm.py | python3 - -p /usr/bin/pdm
run: curl -sSL https://pdm-project.org/install-pdm.py | python3 - -p /usr
- name: Display PDM version
run: pdm --version
- name: PDM install dependencies