Skip to content

Commit dcae1d7

Browse files
committed
ci: Try to fix CI test suite
1 parent 0e7ab59 commit dcae1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
key: tests-cache-${{ runner.os }}-${{ matrix.python-version }}
106106

107107
- name: Install dependencies
108-
run: pdm install -G duty -G tests
108+
run: pdm install -G duty -G docs -G tests
109109

110110
- name: Run the test suite
111111
run: pdm run duty test

0 commit comments

Comments
 (0)