We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0d76b commit 8e872d1Copy full SHA for 8e872d1
1 file changed
.github/workflows/test.yaml .github/workflows/test.yml.github/workflows/test.yaml renamed to .github/workflows/test.yml
@@ -82,15 +82,12 @@ jobs:
82
with:
83
enable-cache: true
84
85
- # TODO: Download wheel and uv pip install
86
-
87
- name: Run tests
88
env:
89
RUST_BACKTRACE: 1
90
run: |
91
git submodule update --init
92
uv sync --dev --no-install-package datafusion
93
-# uv run --no-project maturin develop --uv
94
uv run --no-project pytest -v .
95
96
- name: FFI unit tests
0 commit comments