Skip to content

Commit

Permalink
ci: Install docs dependencies for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Nov 19, 2022
1 parent 0dc45ae commit de48df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: pdm install --no-editable -G duty -G tests
run: pdm install --no-editable -G duty -G tests -G docs

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

0 comments on commit de48df7

Please sign in to comment.