8000 ci: Install docs dependencies for tests · ssbarnea/python@de48df7 · GitHub
[go: up one dir, main page]

Skip to content

Commit de48df7

Browse files
committed
ci: Install docs dependencies for tests
1 parent 0dc45ae commit de48df7

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
@@ -77,7 +77,7 @@ jobs:
7777
python-version: ${{ matrix.python-version }}
7878

7979
- name: Install dependencies
80-
run: pdm install --no-editable -G duty -G tests
80+
run: pdm install --no-editable -G duty -G tests -G docs
8181

8282
- name: Run the test suite
8383
run: pdm run duty test

0 commit comments

Comments
 (0)
0