File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 6363 - name : Build repo
6464 run : |
6565 uv venv
66- uv sync --dev --no-install-package datafusion --group docs
66+ uv sync --dev --no-install-package datafusion --group docs
6767 uv run --no-project maturin develop -uv
6868
6969 - name : Build docs
Original file line number Diff line number Diff line change @@ -80,12 +80,14 @@ jobs:
8080 - name : Run tests
8181 env :
8282 RUST_BACKTRACE : 1
83- run : uv run pytest -v .
83+ run : |
84+ uv sync --dev --no-install-package datafusion
85+ uv run --no-project maturin develop
86+ uv run --no-project pytest -v .
8487
8588 - name : FFI unit tests
8689 run : |
87- uv run maturin develop
88- uv run pytest python/tests/_test_table_provider.py
90+ uv run --no-project pytest python/tests/_test_table_provider.py
8991
9092 - name : Cache the generated dataset
9193 id : cache-tpch-dataset
@@ -102,5 +104,5 @@ jobs:
102104
103105 - name : Run TPC-H examples
104106 run : |
105- uv run python convert_data_to_parquet.py
106- uv run pytest _tests.py
107+ uv run --no-project python convert_data_to_parquet.py
108+ uv run --no-project pytest _tests.py
You can’t perform that action at this time.
0 commit comments