Skip to content

Commit a1511dc

Browse files
committed
Pin griffe<0.33 to try to fix quarto render
1 parent 61c7d7d commit a1511dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quarto-render.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cloned from https://github.com/TileDB-Inc/tiledb-quarto-template
22

33
name: Render and deploy Quarto files
4-
on:
4+
on:
55
push:
66
pull_request:
77

@@ -36,7 +36,7 @@ jobs:
3636
- name: "Quarto render"
3737
shell: bash
3838
run: |
39-
pip install quartodoc PyYAML click
39+
pip install quartodoc PyYAML click "griffe<0.33" # incompatible
4040
# create a symlink to the tiledbvcf python package, so it doesn't have to be installed
4141
#ln -s apis/python/src/tiledb/vector_search
4242
quartodoc build

0 commit comments

Comments
 (0)