Skip to content

Commit 8949512

Browse files
committed
Lock dev dependencies and install in CI
Signed-off-by: gatecat <[email protected]>
1 parent 40c4a37 commit 8949512

File tree

2 files changed

+549
-13
lines changed

2 files changed

+549
-13
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: pdm-project/setup-pdm@v4
2222
- name: Install dependencies
2323
run: |
24-
pdm install
24+
pdm install -d
2525
- name: Run tests
2626
run: |
2727
pdm run test

0 commit comments

Comments
 (0)