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 5307acf commit 7c61b04Copy full SHA for 7c61b04
.github/workflows/test.yaml
@@ -80,6 +80,7 @@ jobs:
80
env:
81
RUST_BACKTRACE: 1
82
run: |
83
+ git submodule update --init
84
uv sync --dev --no-install-package datafusion
85
uv run --no-project maturin develop --uv
86
uv run --no-project pytest -v .
0 commit comments