Skip to content

Commit

Permalink
ci: limit griffe version since 0.27.4 is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed May 12, 2023
1 parent 82d3d2c commit 4a8c80d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
bash foreach.sh install
cd docs
pip install -r requirements.txt
pip install -r docs/requirements.txt
- name: Test build docs
run: |
mkdocs build
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ mkdocs
mkdocstrings[python]
mkdocs-material
plantuml-markdown
griffe<0.27.4

0 comments on commit 4a8c80d

Please sign in to comment.