Skip to content

Commit 10d4128

Browse files
committed
Remove stale referenece to rust-toolchain removed in apache#1383, surpised pre-commit didn't flag for anyone else
1 parent 032eedc commit 10d4128

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/cache@v5
7878
with:
7979
path: ~/.cargo
80-
key: cargo-cache-${{ steps.rust-toolchain.outputs.cachekey }}-${{ hashFiles('Cargo.lock') }}
80+
key: cargo-cache-${{ matrix.toolchain }}-${{ hashFiles('Cargo.lock') }}
8181

8282
- name: Run Clippy
8383
if: ${{ matrix.python-version == '3.10' && matrix.toolchain == 'stable' }}
@@ -93,9 +93,7 @@ jobs:
9393
RUST_BACKTRACE: 1
9494
run: |
9595
git submodule update --init
96-
uv sync --dev --no-install-package datafusion
97-
uv run --no-project maturin develop --uv
98-
uv run --no-project pytest -v .
96+
uv run --no-project pytest -v --import-mode=importlib
9997
10098
- name: FFI unit tests
10199
run: |

0 commit comments

Comments
 (0)