Skip to content

Commit 8150903

Browse files
committed
ci: Also install docs dependencies to run tests
1 parent 297b145 commit 8150903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

100100
- name: Install dependencies
101-
run: pdm install -G duty -G tests
101+
run: pdm install -G duty -G tests -G docs
102102

103103
- name: Run the test suite
104104
run: pdm run duty test

0 commit comments

Comments
 (0)