Skip to content

Commit

Permalink
➕ Add extra Material for MkDocs deps for docs (tiangolo#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored and alexreg committed Nov 9, 2022
1 parent a016ecb commit 9626503
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Install Flit
run: pip install flit
- name: Install Dependencies
run: flit install --deps=develop --symlink
# run: flit install --deps=develop --symlink
run: python -m pip install ".[test]"
- name: Lint
run: bash scripts/lint.sh
- name: Test
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Expand Up @@ -59,9 +59,11 @@ test = [
"shellingham ~= 1.4.0",
]
doc = [
"cairosvg ~= 2.5.2",
"mdx-include ~= 1.4.1",
"mkdocs ~= 1.2.4",
"mkdocs-material ~= 8.1.11",
"pillow ~= 9.3.0",
]
dev = [
"autoflake ~= 1.4.0",
Expand Down

0 comments on commit 9626503

Please sign in to comment.