This commit is contained in:
student_2333 2024-11-16 22:22:14 +08:00
parent b94817fc3e
commit aab1d94d29
No known key found for this signature in database
GPG Key ID: B36E8DF853C33EE1

View File

@ -14,10 +14,15 @@ jobs:
fetch-depth: 1
submodules: true
- name: Setup PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: 3.12
enable-pep582: true
- name: Install project dependencies
run: |-
pdm config python.use_venv false
pdm --pep582
pdm pre-install
pdm install -G:all