Skip to content

Commit be85745

Browse files
committed
[py] Fix cache key
1 parent db5ed89 commit be85745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
name: Unit Tests (${{ matrix.os }})
6969
os: ${{ matrix.os }}
70-
cache-key: python-unit-test-${{ matrix.os }}}
70+
cache-key: python-unit-test-${{ matrix.os }}
7171
run: bazel test //py:unit
7272

7373
remote-tests:

0 commit comments

Comments
 (0)