1 parent 131430c commit 95762d6Copy full SHA for 95762d6
1 file changed
.github/workflows/docs.yml
@@ -21,7 +21,9 @@ jobs:
21
- name: Install python deps
22
run: |
23
pip install quartodoc jupyter
24
-
+ # Prevent numpy bug in parser
25
+ pip install "griffe>=1.3.2,<2.0.0"
26
+
27
- name: Install package
28
run: pip install -e .
29
0 commit comments