Skip to content

Commit dc72fb0

Browse files
committed
Documentation test will occur in the build docs section and will fail now that the setting is correct to turn warnings into errors
1 parent 0d06c0a commit dc72fb0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ jobs:
8080
with:
8181
enable-cache: true
8282

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-
9083
- name: Run tests
9184
env:
9285
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)