Skip to content

Commit 17b009c

Browse files
committed
Remove stale referenece to rust-toolchain removed in #1383, surpised pre-commit didn't flag for anyone else
1 parent cfa4ec9 commit 17b009c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/cache@v5
6363
with:
6464
path: ~/.cargo
65-
key: cargo-cache-${{ steps.rust-toolchain.outputs.cachekey }}-${{ hashFiles('Cargo.lock') }}
65+
key: cargo-cache-${{ matrix.toolchain }}-${{ hashFiles('Cargo.lock') }}
6666

6767
- name: Install dependencies
6868
uses: astral-sh/setup-uv@v7
@@ -106,7 +106,7 @@ jobs:
106106
RUST_BACKTRACE: 1
107107
run: |
108108
git submodule update --init
109-
uv run --no-project pytest -v . --import-mode=importlib
109+
uv run --no-project pytest -v --import-mode=importlib
110110
111111
- name: FFI unit tests
112112
run: |

0 commit comments

Comments
 (0)