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 0cc9b0a commit 64097f7Copy full SHA for 64097f7
.github/workflows/test.yaml
@@ -80,6 +80,13 @@ jobs:
80
with:
81
enable-cache: true
82
83
+ - name: Check documentation
84
+ if: ${{ matrix.python-version == '3.10' && matrix.toolchain == 'stable' }}
85
+ run: |
86
+ uv sync --dev --group docs --no-install-package datafusion
87
+ uv run --no-project maturin develop --uv
88
+ uv run --no-project docs/build.sh
89
+
90
- name: Run tests
91
env:
92
RUST_BACKTRACE: 1
0 commit comments