Skip to content

Commit b5b0ddb

Browse files
authored
Merge pull request #50 from nanxstats/matplotlib
Add matplotlib to documentation workflow dependencies
2 parents 27b595e + d40e2e4 commit b5b0ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-python@v6
2323
with:
2424
python-version: 3.x
25-
- run: pip install zensical mkdocstrings-python markdown-exec[ansi]
25+
- run: pip install zensical mkdocstrings-python markdown-exec[ansi] matplotlib
2626
- run: zensical build --clean
2727
- uses: actions/upload-pages-artifact@v4
2828
with:

0 commit comments

Comments
 (0)