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

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

View File

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