Skip to content

Commit 1822f6d

Browse files
committed
ci: Install pdm in integration tests
1 parent 2767da5 commit 1822f6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ jobs:
180180
- name: Install Integration Dependencies
181181
run: |
182182
cd integration-tests
183+
pip install pdm
183184
pdm install -L ${{ matrix.lockfile }}
184185
- name: Run Tests
185186
run: |

0 commit comments

Comments
 (0)