ci: install dev dependencies to obtain mkdocstrings

This commit is contained in:
Fischer Moseley 2024-10-08 10:48:01 -07:00
parent 746d4cf1d5
commit dc0f79374a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
with:
python-version: 3.x
- run: pip install mkdocs-material mike
- run: pip install ".[dev]"
- name: Configure Git user
run: |