Skip to content

Commit 95762d6

Browse files
authored
upper bound on griffe for quartodocs
1 parent 131430c commit 95762d6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- name: Install python deps
2222
run: |
2323
pip install quartodoc jupyter
24-
24+
# Prevent numpy bug in parser
25+
pip install "griffe>=1.3.2,<2.0.0"
26+
2527
- name: Install package
2628
run: pip install -e .
2729

0 commit comments

Comments
 (0)