We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297b145 commit 8150903Copy full SHA for 8150903
1 file changed
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
key: tests-cache-${{ runner.os }}-${{ matrix.python-version }}
99
100
- name: Install dependencies
101
- run: pdm install -G duty -G tests
+ run: pdm install -G duty -G tests -G docs
102
103
- name: Run the test suite
104
run: pdm run duty test
0 commit comments