Skip to content

Commit

Permalink
fix: requirements for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zeefxd committed Dec 4, 2024
1 parent 7862b2f commit 62c65e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install dependencies
run: |
pip install mkdocs mkdocs-material pdoc3
pip install mkdocs mkdocs-material pdoc3 mkdocstrings
pip install -r requirements.txt
- name: Build MkDocs
Expand Down
5 changes: 3 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
echo "pytest
pytest
pytest-cov
flake8
black
isort
mypy
mkdocs
mkdocs-material
pdoc3" > requirements-dev.txt
pdoc3
mkdocstrings

0 comments on commit 62c65e6

Please sign in to comment.