We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c7d7d commit a1511dcCopy full SHA for a1511dc
.github/workflows/quarto-render.yml
@@ -1,7 +1,7 @@
1
# Cloned from https://github.com/TileDB-Inc/tiledb-quarto-template
2
3
name: Render and deploy Quarto files
4
-on:
+on:
5
push:
6
pull_request:
7
@@ -36,7 +36,7 @@ jobs:
36
- name: "Quarto render"
37
shell: bash
38
run: |
39
- pip install quartodoc PyYAML click
+ pip install quartodoc PyYAML click "griffe<0.33" # incompatible
40
# create a symlink to the tiledbvcf python package, so it doesn't have to be installed
41
#ln -s apis/python/src/tiledb/vector_search
42
quartodoc build
0 commit comments