We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5ed89 commit be85745Copy full SHA for be85745
.github/workflows/ci-python.yml
@@ -67,7 +67,7 @@ jobs:
67
with:
68
name: Unit Tests (${{ matrix.os }})
69
os: ${{ matrix.os }}
70
- cache-key: python-unit-test-${{ matrix.os }}}
+ cache-key: python-unit-test-${{ matrix.os }}
71
run: bazel test //py:unit
72
73
remote-tests:
0 commit comments