aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-01-17 16:33:54 +0800
committer简律纯 <i@jyunko.cn>2024-01-17 16:33:54 +0800
commit89029672d27d7150fde35d2df50b316aeee31d89 (patch)
tree6fed7d29b454d171045e16a8f792250540aaf292 /.github/workflows/test.yml
parent7d496726ad6b8ebcd7fa0aa6453f6abf5b97669e (diff)
downloadipm-89029672d27d7150fde35d2df50b316aeee31d89.tar.gz
ipm-89029672d27d7150fde35d2df50b316aeee31d89.zip
fix(ci): install self
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f816148..07ae015 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -19,6 +19,8 @@ jobs:
- name: setup pdm
run: pip install pdm
+
+ - run: pdm install
- name: install test deps
run: |