diff options
| author | 2024-01-17 16:33:54 +0800 | |
|---|---|---|
| committer | 2024-01-17 16:33:54 +0800 | |
| commit | 89029672d27d7150fde35d2df50b316aeee31d89 (patch) | |
| tree | 6fed7d29b454d171045e16a8f792250540aaf292 /.github/workflows/test.yml | |
| parent | 7d496726ad6b8ebcd7fa0aa6453f6abf5b97669e (diff) | |
| download | ipm-89029672d27d7150fde35d2df50b316aeee31d89.tar.gz ipm-89029672d27d7150fde35d2df50b316aeee31d89.zip | |
fix(ci): install self
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
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: | |
