Skip to content

Commit daa449a

Browse files
committed
cache uv deps
1 parent 7563abe commit daa449a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build_and_test_python.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ jobs:
5858
- name: Install protoc
5959
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
6060

61+
- name: uv Cache
62+
uses: actions/cache@v4
63+
with:
64+
path: ~/.cache/uv
65+
key: uv-${{ runner.os }}-${{ matrix.python }}-${{ hashFiles('bindings/python/uv.lock') }}
66+
6167
- name: Rust Cache
6268
uses: actions/cache@v4
6369
with:

0 commit comments

Comments
 (0)