mirror of
https://github.com/Refound-445/nonebot-plugin-nailongremove.git
synced 2025-11-04 21:22:43 +08:00
up
This commit is contained in:
parent
b94817fc3e
commit
aab1d94d29
7
.github/workflows/pre-commit.yml
vendored
7
.github/workflows/pre-commit.yml
vendored
@ -14,10 +14,15 @@ jobs:
|
|||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
|
- name: Setup PDM
|
||||||
|
uses: pdm-project/setup-pdm@v4
|
||||||
|
with:
|
||||||
|
python-version: 3.12
|
||||||
|
enable-pep582: true
|
||||||
|
|
||||||
- name: Install project dependencies
|
- name: Install project dependencies
|
||||||
run: |-
|
run: |-
|
||||||
pdm config python.use_venv false
|
pdm config python.use_venv false
|
||||||
pdm --pep582
|
|
||||||
pdm pre-install
|
pdm pre-install
|
||||||
pdm install -G:all
|
pdm install -G:all
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user