We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286eea6 commit eeb2da6Copy full SHA for eeb2da6
.github/workflows/build.yml
@@ -328,6 +328,7 @@ jobs:
328
repo-token: ${{ secrets.GITHUB_TOKEN }}
329
330
- name: Install dependencies
331
+ if: matrix.python-version != '3.14t'
332
run: uv sync --dev --no-install-package datafusion
333
334
# Run clippy BEFORE maturin so we can avoid rebuilding. The features must match
@@ -425,6 +426,7 @@ jobs:
425
426
427
428
429
430
431
432
- name: Build (release mode)
0 commit comments